class Stripe::AccountLink

Included Modules

Defined in:

stripe/methods/create_account_link.cr
stripe/objects/account_link.cr

Constructors

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(account : String | Stripe::Account, refresh_url : String, return_url : String, type : String = "account_onboarding") : AccountLink forall T, U #

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

[View source]

Instance Method Detail

def created : Time | Nil #

[View source]
def expires_at : Time | Nil #

[View source]
def url : String | Nil #

[View source]