checkSubscriptionResponseToJson function
Implementation
String checkSubscriptionResponseToJson(CheckSubscriptionResponse data) => json.encode(data.toJson());
String checkSubscriptionResponseToJson(CheckSubscriptionResponse data) => json.encode(data.toJson());