class Stripe::Payout
- Stripe::Payout
- Reference
- Object
Overview
https://stripe.com/docs/api/payouts/object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/core/payout.crConstructors
Instance Method Summary
- #amount : Int32
- #arrival_date : Time
- #automatic : Bool
- #balance_transaction : String | Nil
- #created : Time | Nil
- #currency : String
- #description : String | Nil
- #destination : String | Nil | Stripe::PaymentMethods::Card | Nil | Stripe::PaymentMethods::BankAccount | Nil
- #failure_balance_transaction : String | Nil
- #failure_code : String | Nil
- #failure_message : String | Nil
- #id : String
- #livemode : Bool
- #metadata : Hash(String, String | Nil) | Nil
- #method : String
- #source_type : String
- #statement_descriptor : String | Nil
- #status : Status
Constructor Detail
Instance Method Detail
def destination : String | Nil | Stripe::PaymentMethods::Card | Nil | Stripe::PaymentMethods::BankAccount | Nil
#