InvoicePaymentRequest constructor
InvoicePaymentRequest({
- String? cardId,
- String? uid,
- String? dueDate,
- InvoiceAutomaticPaymentSource? automaticPaymentSource,
- Money? computedAmountMoney,
- Money? fixedAmountRequestedMoney,
- String? percentageRequested,
- List<
InvoicePaymentReminder> ? reminders, - InvoiceRequestMethod? requestMethod,
- InvoiceRequestType? requestType,
- Money? roundingAdjustmentIncludedMoney,
- bool? tippingEnabled,
- Money? totalCompletedAmountMoney,
Implementation
InvoicePaymentRequest(
{this.cardId,
this.uid,
this.dueDate,
this.automaticPaymentSource,
this.computedAmountMoney,
this.fixedAmountRequestedMoney,
this.percentageRequested,
this.reminders,
this.requestMethod,
this.requestType,
this.roundingAdjustmentIncludedMoney,
this.tippingEnabled,
this.totalCompletedAmountMoney});