class
Stripe::AccountLink
- Stripe::AccountLink
- Reference
- Object
Included Modules
- JSON::Serializable
- StripeMethods
Defined in:
stripe/methods/create_account_link.crstripe/objects/account_link.cr
Constructors
- .create(account : String | Stripe::Account, refresh_url : String, return_url : String, type : String = "account_onboarding") : AccountLink forall T, U
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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
#