TerminalCheckout constructor

TerminalCheckout({
  1. String? updatedAt,
  2. String? createdAt,
  3. String? id,
  4. String? referenceId,
  5. String? locationId,
  6. String? status,
  7. String? customerId,
  8. Money? amountMoney,
  9. String? note,
  10. ActionCancelReason? cancelReason,
  11. String? appId,
  12. String? deadlineDuration,
  13. DeviceCheckoutOptions? deviceOptions,
  14. List<String>? paymentIds,
  15. CheckoutOptionsPaymentType? paymentType,
})

Implementation

TerminalCheckout({
  this.updatedAt, this.createdAt, this.id, this.referenceId,
this.locationId, this.status, this.customerId, this.amountMoney,
this.note, this.cancelReason, this.appId, this.deadlineDuration,
this.deviceOptions, this.paymentIds, this.paymentType
 });