Stripe.Resources.ConnectCollectionTransfer (tiger_stripe v0.4.0)

Copy Markdown View Source

ConnectCollectionTransfer

Summary

Types

t()

@type t() :: %Stripe.Resources.ConnectCollectionTransfer{
  amount: term(),
  currency: term(),
  destination: term(),
  id: term(),
  livemode: term(),
  object: term()
}
  • amount - Amount transferred, in cents (or local equivalent).
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.
  • destination - ID of the account that funds are being collected for. Expandable.
  • id - Unique identifier for the object. Max length: 5000.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: connect_collection_transfer.

Functions

expandable_fields()

object_name()