PayStubDeductionsBreakdown constructor
PayStubDeductionsBreakdown({})
Implementation
PayStubDeductionsBreakdown({
required this.currentAmount,
required this.description,
required this.isoCurrencyCode,
required this.unofficialCurrencyCode,
required this.ytdAmount,
});