ConnectCollectionTransfer
Summary
Types
@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 istrue. If the object exists in test mode, the value isfalse.object- String representing the object's type. Objects of the same type share the same value. Possible values:connect_collection_transfer.