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