InvoicePaymentRequest constructor

const InvoicePaymentRequest({
  1. InvoiceAutomaticPaymentSource? automaticPaymentSource,
  2. String? cardId,
  3. Money? computedAmountMoney,
  4. String? dueDate,
  5. Money? fixedAmountRequestedMoney,
  6. String? percentageRequested,
  7. List<InvoicePaymentReminder>? reminders,
  8. InvoiceRequestType? requestType,
  9. Money? roundedAdjustmentIncludedMoney,
  10. bool? tippingEnabled,
  11. Money? totalCompletedAmountMoney,
  12. String? uid,
})

Implementation

const InvoicePaymentRequest({
  this.automaticPaymentSource,
  this.cardId,
  this.computedAmountMoney,
  this.dueDate,
  this.fixedAmountRequestedMoney,
  this.percentageRequested,
  this.reminders,
  this.requestType,
  this.roundedAdjustmentIncludedMoney,
  this.tippingEnabled,
  this.totalCompletedAmountMoney,
  this.uid,
});