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 #

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Class Method Detail

def self.retrieve(id : String) #

def self.retrieve(transfer : Stripe::Transfer) #

Instance Method Detail

def amount : Int32 #

def amount_reversed : Int32 #

def balance_transaction : String | Nil #

def created : Time | Nil #

def currency : String | Nil #

def description : String | Nil #

def destination : String | Nil #

def destination_payment : String | Nil #

def id : String #

def livemode? : Bool #

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

def reversed? : Bool #

def source_transaction : String | Nil #

def source_type : String | Nil #

def transfer_group : String | Nil #