Account2AccountBilling constructor

Account2AccountBilling({
  1. String? fixedCharge,
  2. double? percentageCharge,
})

Implementation

Account2AccountBilling({this.fixedCharge, this.percentageCharge});