transferData property
- @JsonKey.new(name: "transfer_data")
inherited
CONNECT ONLY The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents use case for connected accounts for details.
Implementation
PaymentIntentsStatus get status;/// CONNECT ONLY
/// The data with which to automatically create a Transfer when the payment
/// is finalized. See the PaymentIntents use case for connected
/// accounts for details.
@JsonKey(name: "transfer_data") dynamic get transferData;