Skip to main content

CardConfigWithGroupDeliveryInput

No description

input CardConfigWithGroupDeliveryInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
printPhysicalCard: Boolean!
physicalCardCustomOptions: PhysicalCardCustomOptionsForGroupDeliveryInput
}

Fields

CardConfigWithGroupDeliveryInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership

CardConfigWithGroupDeliveryInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

CardConfigWithGroupDeliveryInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

CardConfigWithGroupDeliveryInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

CardConfigWithGroupDeliveryInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

CardConfigWithGroupDeliveryInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

CardConfigWithGroupDeliveryInput.name ● String scalar

Card name

CardConfigWithGroupDeliveryInput.spendingLimit ● SpendingLimitInput! non-null input

Spending limit

CardConfigWithGroupDeliveryInput.printPhysicalCard ● Boolean! non-null scalar

true when you wish for print an associated physical card

CardConfigWithGroupDeliveryInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForGroupDeliveryInput input

Custom options to use for physical cards.

Member Of

AddCardsWithGroupDeliveryInput input