Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentLink.TransferData{ amount: integer() | nil, destination: String.t() | Stripe.Resources.Account.t() | nil }
amount- The amount in cents (or local equivalent) that will be transferred to the destination account. By default, the entire amount is transferred to the destination. Nullable.destination- The connected account receiving the transfer.