Skip to main content

ApplePayInput

No description

input ApplePayInput {
network: CardNetwork!
displayName: String!
type: String!
applicationPrimaryAccountNumber: String
applicationExpirationDate: String
cardHolderName: String
deviceManufacturerIdentifier: String
paymentDataType: ApplePayPaymentDataType
secure3DPaymentData: ApplePaySecure3DPaymentData
}

Fields

network ● CardNetwork! non-null enum

displayName ● String! non-null scalar

type ● String! non-null scalar

applicationPrimaryAccountNumber ● String scalar

applicationExpirationDate ● String scalar

cardHolderName ● String scalar

deviceManufacturerIdentifier ● String scalar

paymentDataType ● ApplePayPaymentDataType enum

secure3DPaymentData ● ApplePaySecure3DPaymentData input