PayStubDistributionBreakdown constructor
PayStubDistributionBreakdown({})
Implementation
PayStubDistributionBreakdown({
required this.accountName,
required this.bankName,
required this.currentAmount,
required this.isoCurrencyCode,
required this.mask,
required this.type,
required this.unofficialCurrencyCode,
});