PaymentElementApplePayReloadPaymentProperties constructor
const
PaymentElementApplePayReloadPaymentProperties({})
Implementation
const factory PaymentElementApplePayReloadPaymentProperties({
/// The amount of the payment
required double amount,
/// Description label
required String label,
/// The date when the threshold amount will be reached
required DateTime automaticReloadPaymentThresholdAmount,
}) = _PaymentElementApplePayReloadPaymentProperties;