OrderPaymentMethod
type OrderPaymentMethod {
paymentGatewayCode: String
paymentGatewayId: String
paymentGatewayName: String
price: Float!
type: PaymentMethodTypeEnum!
}
Fields
paymentGatewayCode
StringIt is the gateway code of the order payment method.
paymentGatewayId
StringIt is the gateway name of the order payment method.
paymentGatewayName
StringIt 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.