class Stripe::Payout

Overview

https://stripe.com/docs/api/payouts/object

Included Modules

Defined in:

stripe/objects/core/payout.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def amount : Int32 #

def arrival_date : Time #

def automatic : Bool #

def balance_transaction : String | Nil #

def created : Time | Nil #

def currency : String #

def description : String | Nil #

def destination : String | Nil | Stripe::PaymentMethods::Card | Nil | Stripe::PaymentMethods::BankAccount | Nil #

def failure_balance_transaction : String | Nil #

def failure_code : String | Nil #

def failure_message : String | Nil #

def id : String #

def livemode : Bool #

def metadata : Hash(String, String | Nil) | Nil #

def method : String #

def source_type : String #

def statement_descriptor : String | Nil #

def status : Status #