WebApiModulesBillingReceiptRemainingDepositAmountsResponse constructor

WebApiModulesBillingReceiptRemainingDepositAmountsResponse({
  1. double? depletingDeposits,
  2. String? depletingDepositsFormatted,
  3. double? creditMemos,
  4. String? creditMemosFormatted,
  5. double? overpayments,
  6. String? overpaymentsFormatted,
})

Implementation

WebApiModulesBillingReceiptRemainingDepositAmountsResponse({
  this.depletingDeposits,
  this.depletingDepositsFormatted,
  this.creditMemos,
  this.creditMemosFormatted,
  this.overpayments,
  this.overpaymentsFormatted,
});