DistributionBreakdown constructor

DistributionBreakdown({
  1. String? accountName,
  2. String? bankName,
  3. double? currentAmount,
  4. String? isoCurrencyCode,
  5. String? mask,
  6. String? type,
  7. String? unofficialCurrencyCode,
  8. Pay? currentPay,
})

Implementation

DistributionBreakdown({
  this.accountName,
  this.bankName,
  this.currentAmount,
  this.isoCurrencyCode,
  this.mask,
  this.type,
  this.unofficialCurrencyCode,
  this.currentPay,
});