Stripe::Transfer
Inherits StripeMethods / JSON::Serializable / Reference / Object
https://stripe.com/docs/api/transfers/object
Constructors
create(amount : Int32, destination : String | Stripe::Account, currency : String, description : String | Nil = nil) : Transfer forall T, U
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
retrieve(id : String)
Sourceretrieve(transfer : Stripe::Transfer)
SourceInstance methods
amount
Sourceamount_reversed
Sourcebalance_transaction
Sourcecreated
Sourcecurrency
Sourcedescription
Sourcedestination
Sourcedestination_payment
Sourceid
Sourcelivemode?
Sourcemetadata
Sourcereversed?
Sourcesource_transaction
Sourcesource_type
Sourcetransfer_group
Source