PaymentInitiationCardPayer
No description
type PaymentInitiationCardPayer {
cardHolderName: String!
expiryYear: UInt!
expiryMonth: UInt!
network: CardNetwork
first6: String @deprecated
bin: String!
last4: String!
secure3d: Secure3dDetails
fundingType: CardType
issuer: CardIssuerDetails
}
Fields
cardHolderName ● String! non-null scalar
expiryYear ● UInt! non-null scalar
expiryMonth ● UInt! non-null scalar
network ● CardNetwork enum
first6 ● String deprecated scalar
DEPRECATEDThis field will be removed in a future release. Please use
bininstead.