GooglePayInput
No description
input GooglePayInput {
network: CardNetwork
last4: String
primaryAccountNumber: String
expirationYear: UInt
expirationMonth: UInt
cryptogram: String
eciIndicator: String
requireSecure3d: Boolean
}
No description
input GooglePayInput {
network: CardNetwork
last4: String
primaryAccountNumber: String
expirationYear: UInt
expirationMonth: UInt
cryptogram: String
eciIndicator: String
requireSecure3d: Boolean
}
network
● CardNetwork
enumlast4
● String
scalarprimaryAccountNumber
● String
scalarexpirationYear
● UInt
scalarexpirationMonth
● UInt
scalarcryptogram
● String
scalareciIndicator
● String
scalarrequireSecure3d
● Boolean
scalar