Account2AccountBilling.fromJson constructor

Account2AccountBilling.fromJson(
  1. Map<String, dynamic> json
)

Implementation

Account2AccountBilling.fromJson(Map<String, dynamic> json) {
  fixedCharge = json['fixedCharge'];
  percentageCharge = json['percentageCharge'];
}