CardConfigInput
No description
input CardConfigInput {
accountMembershipId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
name: String
spendingLimit: SpendingLimitInput!
physicalCard: PhysicalCardConfigInput
}
Fields
CardConfigInput.accountMembershipId ● ID! non-null scalar
Unique identifier of a given account membership
CardConfigInput.cardContractExpiryDate ● DateTime scalar
Card expiration date if null it does not have an expiration date
CardConfigInput.withdrawal ● Boolean! non-null scalar
true if this card allows cash withdrawals
CardConfigInput.international ● Boolean! non-null scalar
true if this card allows payments outside of the country
CardConfigInput.nonMainCurrencyTransactions ● Boolean! non-null scalar
true if this card allows transactions outside of the card's main currency
CardConfigInput.eCommerce ● Boolean! non-null scalar
true if this card allows transactions at eCommerce sites
CardConfigInput.name ● String scalar
Card name
CardConfigInput.spendingLimit ● SpendingLimitInput! non-null input
Spending limit
CardConfigInput.physicalCard ● PhysicalCardConfigInput input
If used a physical card will be printed and sent to the given address
Member Of
AddCardsInput input