class EasyPost::Services::CustomerPortal
Public Instance Methods
Source
# File lib/easypost/services/customer_portal.rb, line 5 def create_account_link(params = {}) response = @client.make_request(:post, 'customer_portal/account_link', params) EasyPost::InternalUtilities::Json.convert_json_to_object(response) end
Create a Portal Session