GraphQL INPUT_OBJECT
UpdatePaymentProfileInput
Input for payment profile update.
link Definition
- input UpdatePaymentProfileInput {
- # Unique ID of the payment profile.
- String! :
- # Unique ID of the paymentType.
- GenericPaymentTypeEnum! :
- }
GraphQL INPUT_OBJECT
Input for payment profile update.
- input UpdatePaymentProfileInput {
- # Unique ID of the payment profile.
- String! :
- # Unique ID of the paymentType.
- GenericPaymentTypeEnum! :
- }