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) #

[View source]

Instance Method Detail

def amount : Int32 #

[View source]
def arrival_date : Time #

[View source]
def automatic : Bool #

[View source]
def balance_transaction : String | Nil #

[View source]
def created : Time | Nil #

[View source]
def currency : String #

[View source]
def description : String | Nil #

[View source]
def destination : String | Nil | Stripe::PaymentMethods::Card | Nil | Stripe::PaymentMethods::BankAccount | Nil #

[View source]
def failure_balance_transaction : String | Nil #

[View source]
def failure_code : String | Nil #

[View source]
def failure_message : String | Nil #

[View source]
def id : String #

[View source]
def livemode : Bool #

[View source]
def metadata : Hash(String, String | Nil) | Nil #

[View source]
def method : String #

[View source]
def source_type : String #

[View source]
def statement_descriptor : String | Nil #

[View source]
def status : Status #

[View source]