applicationFeeAmount property

  1. @JsonKey(name: "application_fee_amount")
int? applicationFeeAmount
inherited

CONNECT ONLY The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner’s Stripe account. The amount of the application fee collected will be capped at the total payment amount. For more information, see the PaymentIntents use case for connected accounts..

Implementation

@JsonKey(name: "application_fee_amount")
int? get applicationFeeAmount => throw _privateConstructorUsedError;