PaymentKeyRequest constructor

PaymentKeyRequest({
  1. String? authToken,
  2. String? amountCents,
  3. int? expiration,
  4. String? orderId,
  5. BillingData? billingData,
  6. String? currency,
  7. int? integrationId,
  8. String? lockOrderWhenPaid,
})

Implementation

PaymentKeyRequest({
  this.authToken,
  this.amountCents,
  this.expiration,
  this.orderId,
  this.billingData,
  this.currency,
  this.integrationId,
  this.lockOrderWhenPaid,
});