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 #

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

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

Instance Method Detail

def created : Time | Nil #

def expires_at : Time | Nil #

def url : String | Nil #