automaticPaymentMethods property
- @JsonKey.new(name: "automatic_payment_methods")
inherited
Settings to configure compatible payment methods from the Stripe Dashboard
Implementation
@JsonKey(name: "application_fee_amount") int? get applicationFeeAmount;/// Settings to configure compatible payment methods from the
/// Stripe Dashboard
@JsonKey(name: "automatic_payment_methods") PaymentIntentAutomaticPaymentMethods? get automaticPaymentMethods;