secondaryRechargeAmount property

  1. @JsonKey(name: 'secondary_recharge_amount', fromJson: stringToMoney, toJson: moneyToString)
double? secondaryRechargeAmount
final

Implementation

@JsonKey(
    name: 'secondary_recharge_amount',
    fromJson: stringToMoney,
    toJson: moneyToString)
final double? secondaryRechargeAmount;