Stripe.Resources.PaymentLink.TransferData (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.