PaymentElementApplePayReloadPaymentProperties constructor

const PaymentElementApplePayReloadPaymentProperties({
  1. required double amount,
  2. required String label,
  3. required DateTime automaticReloadPaymentThresholdAmount,
})

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;