TerminalCheckout constructor
TerminalCheckout({
- String? updatedAt,
- String? createdAt,
- String? id,
- String? referenceId,
- String? locationId,
- String? status,
- String? customerId,
- Money? amountMoney,
- String? note,
- ActionCancelReason? cancelReason,
- String? appId,
- String? deadlineDuration,
- DeviceCheckoutOptions? deviceOptions,
- List<
String> ? paymentIds, - 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
});