transferGroup property

  1. @JsonKey.new(name: "transfer_group")
dynamic get transferGroup
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;