StripeClientPaymentData
No description
input StripeClientPaymentData {
amount: PositiveDecimal
currency: String
token: String
billing: AddressInput
shipping: AddressInput
checkoutId: ID
nauticalOrderId: ID
customerEmail: String
customerId: String
returnUrl: String
paymentMethodToken: String
}
Fields
StripeClientPaymentData.amount ● PositiveDecimal scalar
StripeClientPaymentData.currency ● String scalar
StripeClientPaymentData.token ● String scalar
StripeClientPaymentData.billing ● AddressInput input
StripeClientPaymentData.shipping ● AddressInput input
StripeClientPaymentData.checkoutId ● ID scalar
The ID of the checkout this payment token will be used for
StripeClientPaymentData.nauticalOrderId ● ID scalar
The ID of the NauticalOrder this payment token will be used for
StripeClientPaymentData.customerEmail ● String scalar
StripeClientPaymentData.customerId ● String scalar
StripeClientPaymentData.returnUrl ● String scalar
If the gateway requires it, the URL to redirect to after payment is complete.
StripeClientPaymentData.paymentMethodToken ● String scalar
Member Of
getClientSecret query