AutomaticReloadPaymentRequest constructor

AutomaticReloadPaymentRequest({
  1. required String paymentDescription,
  2. required AutomaticReloadPaymentSummaryItem automaticReloadBilling,
  3. required String managementURL,
  4. String? billingAgreement,
  5. String? tokenNotificationURL,
})

Implementation

AutomaticReloadPaymentRequest({
  required this.paymentDescription,
  required this.automaticReloadBilling,
  required this.managementURL,
  this.billingAgreement,
  this.tokenNotificationURL,
});