SplitPaymentStateResponse constructor
const
SplitPaymentStateResponse({})
Implementation
const SplitPaymentStateResponse({
required this.splitPaymentId,
required this.totalAmountPaid,
required this.totalAmountOutstanding,
required this.orderTotal,
required this.state,
this.explicitTipAmount,
required this.paymentLegs,
this.lastRefundId,
});