GraphQL INPUT_OBJECT

UpdateKonbiniPaymentInput

Input for Konbini payment data update.

link Definition

  • input UpdateKonbiniPaymentInput {
  • # Unique ID of the payment profile.
  • paymentProfileId: String!
  • # Phone number of customer.
  • phoneNo: String!
  • }

link Required by