Class: EasyPost::Services::CustomerPortal
- Defined in:
- lib/easypost/services/customer_portal.rb
Instance Method Summary collapse
-
#create_account_link(params = {}) ⇒ Object
Create a Portal Session.
Methods inherited from Service
Constructor Details
This class inherits a constructor from EasyPost::Services::Service
Instance Method Details
#create_account_link(params = {}) ⇒ Object
Create a Portal Session
5 6 7 8 9 |
# 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 |