Tender constructor
Tender({
- String? type,
- Money? amountMoney,
- String? id,
- Money? processingFeeMoney,
- List<
AdditionalRecipient> ? additionalRecipients, - String? transactionId,
- String? createdAt,
- String? locationId,
- Money? tipMoney,
- String? note,
- String? customerId,
- String? paymentId,
- TenderCardDetails? cardDetails,
- TenderCardDetails? cashDetails,
Implementation
Tender(
{this.type,
this.amountMoney,
this.id,
this.processingFeeMoney,
this.additionalRecipients,
this.transactionId,
this.createdAt,
this.locationId,
this.tipMoney,
this.note,
this.customerId,
this.paymentId,
this.cardDetails,
this.cashDetails});