PaymentElementApplePayDeferredPaymentRequest constructor
const
PaymentElementApplePayDeferredPaymentRequest({})
Implementation
const factory PaymentElementApplePayDeferredPaymentRequest({
/// The description of the payment
required String paymentDescription,
/// Management url
required String managementUrl,
/// Billing agreement label
String? billingAgreement,
/// The date when you can cancel for free
DateTime? freeCancellationDate,
/// The timezone of the free cancellation date
String? freeCancellationTimezone,
/// Billing information of the deffered payment
required PaymentElementApplePayDeferredPaymentProperties deferredBilling,
}) = _PaymentElementApplePayDeferredPaymentRequest;