getMerchantEmailResponseToJson function

String getMerchantEmailResponseToJson(
  1. GetMerchantEmailResponse data
)

Implementation

String getMerchantEmailResponseToJson(GetMerchantEmailResponse data) =>
    json.encode(data.toJson());