OrderPaymentMethod
type OrderPaymentMethod {
paymentGatewayCode: String
paymentGatewayId: String
paymentGatewayName: String
price: Float!
type: PaymentMethodTypeEnum!
}
Fields
paymentGatewayCodeStringIt is the gateway code of the order payment method.
paymentGatewayIdStringIt is the gateway name of the order payment method.
paymentGatewayNameStringIt is the gateway name of the order payment method.
It is the amount charged by the payment method.
It is the type enum of the order payment method.