SetupIntentPaypal constructor

const SetupIntentPaypal({
  1. String? billingAgreementId,
})

payment_method_options_param

If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.

Implementation

const SetupIntentPaypal({this.billingAgreementId});