merchantAccountInformationFromJson function

MerchantAccountInformationModel merchantAccountInformationFromJson(
  1. String str
)

Implementation

MerchantAccountInformationModel merchantAccountInformationFromJson(
        String str) =>
    MerchantAccountInformationModel.fromJson(json.decode(str));