PaymentOptionType
No description
type PaymentOptionType {
id: Int!
name: String
displayName: String
logo: String
feeIncVat: Decimal!
feeExVat: Decimal!
isDefault: Boolean!
isSelected: Boolean!
paymentType: PaymentType
checkoutType: PaymentCheckout
paymentData: String
newCheckoutSession: Boolean!
feeIncVatFormatted: String
feeExVatFormatted: String
}
Fields
PaymentOptionType.id ● Int! non-null scalar
PaymentOptionType.name ● String scalar
PaymentOptionType.displayName ● String scalar
PaymentOptionType.logo ● String scalar
PaymentOptionType.feeIncVat ● Decimal! non-null scalar
PaymentOptionType.feeExVat ● Decimal! non-null scalar
PaymentOptionType.isDefault ● Boolean! non-null scalar
PaymentOptionType.isSelected ● Boolean! non-null scalar
PaymentOptionType.paymentType ● PaymentType enum
PaymentOptionType.checkoutType ● PaymentCheckout enum
PaymentOptionType.paymentData ● String scalar
PaymentOptionType.newCheckoutSession ● Boolean! non-null scalar
PaymentOptionType.feeIncVatFormatted ● String scalar
PaymentOptionType.feeExVatFormatted ● String scalar
Member Of
CartSummaryType object ● CheckoutType object