GraphQL INPUT_OBJECT

UpdatePaymentProfileInput

Input for payment profile update.

link Definition

  • input UpdatePaymentProfileInput {
  • # Unique ID of the payment profile.
  • paymentProfileId: String!
  • # Unique ID of the paymentType.
  • paymentTypeId: GenericPaymentTypeEnum!
  • }

link Required by