toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'payment_description': paymentDescription,
'automatic_reload_billing': automaticReloadBilling.toJson(),
'management_url': managementURL,
'billing_agreement': billingAgreement,
'token_notification_url': tokenNotificationURL,
};
}