Class AccountHolderCreateParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class AccountHolderCreateParams implements Params
Create an account holder and initiate the appropriate onboarding workflow. Account holders and accounts have a 1:1 relationship. When an account holder is successfully created an associated account is also created. All calls to this endpoint will return a synchronous response. The response time will depend on the workflow. In some cases, the response may indicate the workflow is under review or further action will be needed to complete the account creation process. This endpoint can only be used on accounts that are part of the program that the calling API key manages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountHolderCreateParams.BuilderA builder for AccountHolderCreateParams.
public final classAccountHolderCreateParams.Body
-
Method Summary
Modifier and Type Method Description final AccountHolderCreateParams.Bodybody()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final AccountHolderCreateParams.BuildertoBuilder()final AccountHolderCreateParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountHolderCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of AccountHolderCreateParams. -
-
Method Detail
-
body
final AccountHolderCreateParams.Body body()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final AccountHolderCreateParams.Builder toBuilder()
-
_body
final AccountHolderCreateParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static AccountHolderCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of AccountHolderCreateParams.
The following fields are required:
.body()
-
-
-
-