class Stripe::Transfer

Overview

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

Included Modules

Defined in:

stripe/methods/core/transfers/create_transfer.cr
stripe/objects/core/transfer.cr

Constructors

Class Method Summary

Instance Method Summary

Macros inherited from module StripeMethods

add_delete_method add_delete_method, add_list_method(*arguments) add_list_method, add_retrieve_method add_retrieve_method

Constructor Detail

def self.create(amount : Int32, destination : String | Stripe::Account, currency : String, description : String | Nil = nil) : Transfer forall T, U #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.retrieve(id : String) #

[View source]
def self.retrieve(transfer : Stripe::Transfer) #

[View source]

Instance Method Detail

def amount : Int32 #

[View source]
def amount_reversed : Int32 #

[View source]
def balance_transaction : String | Nil #

[View source]
def created : Time | Nil #

[View source]
def currency : String | Nil #

[View source]
def description : String | Nil #

[View source]
def destination : String | Nil #

[View source]
def destination_payment : String | Nil #

[View source]
def id : String #

[View source]
def livemode? : Bool #

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

[View source]
def reversed? : Bool #

[View source]
def source_transaction : String | Nil #

[View source]
def source_type : String | Nil #

[View source]
def transfer_group : String | Nil #

[View source]