checkPaymentModelFromJson function
Implementation
CheckPaymentModel checkPaymentModelFromJson(String str) =>
CheckPaymentModel.fromJson(json.decode(str));
CheckPaymentModel checkPaymentModelFromJson(String str) =>
CheckPaymentModel.fromJson(json.decode(str));