toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = <String, dynamic>{};
    json[r'checkoutUrl'] = this.checkoutUrl;
    json[r'subscriptionId'] = this.subscriptionId;
  return json;
}