ReserveTransaction
Summary
Types
@type t() :: %Stripe.Resources.ReserveTransaction{ amount: integer(), currency: String.t(), description: String.t(), id: String.t(), object: String.t() }
amountcurrency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.description- An arbitrary string attached to the object. Often useful for displaying to users. Max length: 5000. Nullable.id- Unique identifier for the object. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:reserve_transaction.