Skip to main content

OrderPaymentMethod

type OrderPaymentMethod {
paymentGatewayCode: String
paymentGatewayId: String
paymentGatewayName: String
price: Float!
type: PaymentMethodTypeEnum!
}

Fields

paymentGatewayCodeString

It is the gateway code of the order payment method.

paymentGatewayIdString

It is the gateway name of the order payment method.

paymentGatewayNameString

It is the gateway name of the order payment method.

priceFloat!required

It is the amount charged by the payment method.

It is the type enum of the order payment method.