OperationDepositMethodPricing constructor
- required Price nominal,
- PriceModifier? bonus,
- Price? withoutTax,
- PriceModifier? tax,
- Price? total,
Implementation
OperationDepositMethodPricing({
required this.nominal,
this.bonus,
this.withoutTax,
this.tax,
this.total,
});