RecurringPaymentRequest constructor
RecurringPaymentRequest({
- required String paymentDescription,
- required RecurringPaymentSummaryItem regularBilling,
- required String managementURL,
- RecurringPaymentSummaryItem? trialBilling,
- String? billingAgreement,
- String? tokenNotificationURL,
Implementation
RecurringPaymentRequest({
required this.paymentDescription,
required this.regularBilling,
required this.managementURL,
this.trialBilling,
this.billingAgreement,
this.tokenNotificationURL,
});