NewPaymentMethod
The NewPaymentMethod type is the return type when the payment method is set successfully.
type NewPaymentMethod {
paymentMethod: PaymentMethod!
}
Fields
NewPaymentMethod.paymentMethod ● PaymentMethod! non-null enum
The new payment method that has been set.