UpdateMyPaymentMethodInput
UpdateMyPaymentMethodInput is the input type for the updateMyPaymentMethod mutation.
input UpdateMyPaymentMethodInput {
contractId: UUID!
paymentMethod: PaymentMethod!
}
Fields
UpdateMyPaymentMethodInput.contractId ● UUID! non-null scalar
The contract ID is required to set the payment method.
UpdateMyPaymentMethodInput.paymentMethod ● PaymentMethod! non-null enum
The payment method to set.
Member Of
updateMyPaymentMethod mutation