paymentRespModelFromJson function
Implementation
PaymentRespModel paymentRespModelFromJson(String str) =>
PaymentRespModel.fromJson(jsonDecode(str));
PaymentRespModel paymentRespModelFromJson(String str) =>
PaymentRespModel.fromJson(jsonDecode(str));