PaymentElementRecurringPaymentProperties constructor
const
PaymentElementRecurringPaymentProperties({})
Implementation
const factory PaymentElementRecurringPaymentProperties({
/// The amount of the payment
required double amount,
/// Description label
required String label,
/// The startdate of the recurring payment
DateTime? recurringPaymentStartDate,
/// The enddate of the recurring payment
DateTime? recurringPaymentEndDate,
/// The interval of payment
ApplePayRecurringPaymentTimeInterVal? recurringPaymentIntervalUnit,
/// The amount of intervals
int? recurringPaymentIntervalCount,
}) = _PaymentElementRecurringPaymentProperties;