CreatePaymentLinkRequest constructor

const CreatePaymentLinkRequest({
  1. String? idempotencyKey,
  2. String? description,
  3. QuickPay? quickPay,
  4. Order? order,
  5. CheckoutOptions? checkoutOptions,
  6. PrePopulatedData? prePopulatedData,
  7. String? paymentNote,
})

Implementation

const CreatePaymentLinkRequest({
  this.idempotencyKey,
  this.description,
  this.quickPay,
  this.order,
  this.checkoutOptions,
  this.prePopulatedData,
  this.paymentNote,
});