CardSourceInput
No description
input CardSourceInput {
number: String!
expMonth: Int!
expYear: Int!
cvc: String!
}
Fields
CardSourceInput.number ● String! non-null scalar
CardSourceInput.expMonth ● Int! non-null scalar
CardSourceInput.expYear ● Int! non-null scalar
CardSourceInput.cvc ● String! non-null scalar
Member Of
PaymentSourceInput input