transferGroup property
- @JsonKey.new(name: "transfer_group")
inherited
CONNECT ONLY A string that identifies the resulting payment as part of a group. See the PaymentIntents use case for connected accounts for details.
Implementation
@JsonKey(name: "transfer_data") dynamic get transferData;/// CONNECT ONLY
/// A string that identifies the resulting payment as part of a group.
/// See the PaymentIntents use case for connected accounts for details.
@JsonKey(name: "transfer_group") dynamic get transferGroup;