PaymentElementAppleRecurringRequest constructor
const
PaymentElementAppleRecurringRequest({
- required String paymentDescription,
- required String managementUrl,
- PaymentElementRecurringPaymentProperties? trialBilling,
- PaymentElementRecurringPaymentProperties? regularBilling,
Implementation
const factory PaymentElementAppleRecurringRequest({
/// The description of the payment
required String paymentDescription,
/// Management url
required String managementUrl,
/// Information in case of a trial billing
PaymentElementRecurringPaymentProperties? trialBilling,
/// Information in case of a regular billing
PaymentElementRecurringPaymentProperties? regularBilling,
}) = _PaymentElementAppleRecurringRequest;