AutomaticReloadPaymentRequest constructor
AutomaticReloadPaymentRequest({
- required String paymentDescription,
- required AutomaticReloadPaymentSummaryItem automaticReloadBilling,
- required String managementURL,
- String? billingAgreement,
- String? tokenNotificationURL,
Implementation
AutomaticReloadPaymentRequest({
required this.paymentDescription,
required this.automaticReloadBilling,
required this.managementURL,
this.billingAgreement,
this.tokenNotificationURL,
});