DebitRequest constructor
DebitRequest(
- String? memberId,
- String? giftCardNo,
- String orderId,
- int? numPpl,
- String? tixNo,
- String? tableNo,
- int serviceType,
- String staffName,
- int subtotalInCents,
- int taxInCents,
- int tipInCents,
- int discInCents,
- int serviceChargeInCents,
- int amtInCents,
- int bagFeeInCents,
- List<
CashBackAppliedResponse> appliedCashbacks, - Map<
PayType, int> ? paymentByTypes,
Implementation
DebitRequest(
this.memberId,
this.giftCardNo,
this.orderId, this.numPpl, this.tixNo, this.tableNo, this.serviceType,
this.staffName,
this.subtotalInCents,
this.taxInCents,
this.tipInCents,
this.discInCents,
this.serviceChargeInCents, this.amtInCents,
this.bagFeeInCents,
this.appliedCashbacks,
this.paymentByTypes,
);