Class CustomerPortalService
java.lang.Object
com.easypost.service.CustomerPortalService
-
Method Summary
Modifier and TypeMethodDescriptioncreateAccountLink(Map<String, Object> params) Create a CustomerPortalAccountLink from the API.
-
Method Details
-
createAccountLink
public CustomerPortalAccountLink createAccountLink(Map<String, Object> params) throws EasyPostExceptionCreate a CustomerPortalAccountLink from the API.- Parameters:
params- Map of parameters.- Returns:
- CustomerPortalAccountLink object
- Throws:
EasyPostException- when the request fails.
-