GraphQL INPUT_OBJECT

UpdateBoletoPaymentInput

: Input for Boleto payment data update.

link Definition

  • input UpdateBoletoPaymentInput {
  • # Unique ID of the payment profile.
  • paymentProfileId: String!
  • # Unique ID of a Boleto payment type.
  • boletoPaymentTypeId: BoletoPaymentType
  • # Fiscal number.
  • fiscalNo: String!
  • }

link Required by