Skip to main content

CardPaymentMethodDetailsInput Input Type

No description

input CardPaymentMethodDetailsInput {
name: String!
brand: String
firstDigits: String
lastDigits: String
expMonth: Int
expYear: Int
}

Fields

CardPaymentMethodDetailsInput.name ● String! non-null scalar miscellaneous

Name of the payment method used for the transaction. Max length is 256 characters.

CardPaymentMethodDetailsInput.brand ● String scalar miscellaneous

Brand of the payment method used for the transaction. Max length is 40 characters.

CardPaymentMethodDetailsInput.firstDigits ● String scalar miscellaneous

First digits of the card used for the transaction. Max length is 4 characters.

CardPaymentMethodDetailsInput.lastDigits ● String scalar miscellaneous

Last digits of the card used for the transaction. Max length is 4 characters.

CardPaymentMethodDetailsInput.expMonth ● Int scalar miscellaneous

Expiration month of the card used for the transaction. Value must be between 1 and 12.

CardPaymentMethodDetailsInput.expYear ● Int scalar miscellaneous

Expiration year of the card used for the transaction. Value must be between 2000 and 9999.

Member Of

PaymentMethodDetailsInput input