Class TokenizationResendActivationCodeParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class TokenizationResendActivationCodeParams implements Params
This endpoint is used to ask the card network to send another activation code to a cardholder that has already tried tokenizing a card. A successful response indicates that the request was successfully delivered to the card network. The endpoint may only be used on Mastercard digital wallet tokenizations with status
INACTIVE,PENDING_ACTIVATION, orPENDING_2FA. The network will send a new activation code to the one of the contact methods provided in the initial tokenization flow. If a user fails to enter the code correctly 3 times, the contact method will not be eligible for resending the activation code, and the cardholder must restart the provision process. Reach out at lithic.com/contact for more information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenizationResendActivationCodeParams.Bodypublic final classTokenizationResendActivationCodeParams.BuilderA builder for TokenizationResendActivationCodeParams.
public final classTokenizationResendActivationCodeParams.ActivationMethodTypeThe communication method that the user has selected to use to receive the authentication code. Supported Values: Sms = "TEXT_TO_CARDHOLDER_NUMBER". Email = "EMAIL_TO_CARDHOLDER_ADDRESS"
-
Method Summary
Modifier and Type Method Description final StringtokenizationToken()final Optional<TokenizationResendActivationCodeParams.ActivationMethodType>activationMethodType()The communication method that the user has selected to use to receive the authentication code. final JsonField<TokenizationResendActivationCodeParams.ActivationMethodType>_activationMethodType()The communication method that the user has selected to use to receive the authentication code. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()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. final StringgetPathParam(Integer index)final TokenizationResendActivationCodeParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TokenizationResendActivationCodeParams.Builderbuilder()Returns a mutable builder for constructing an instance of TokenizationResendActivationCodeParams. -
-
Method Detail
-
tokenizationToken
final String tokenizationToken()
-
activationMethodType
final Optional<TokenizationResendActivationCodeParams.ActivationMethodType> activationMethodType()
The communication method that the user has selected to use to receive the authentication code. Supported Values: Sms = "TEXT_TO_CARDHOLDER_NUMBER". Email = "EMAIL_TO_CARDHOLDER_ADDRESS"
-
_activationMethodType
final JsonField<TokenizationResendActivationCodeParams.ActivationMethodType> _activationMethodType()
The communication method that the user has selected to use to receive the authentication code. Supported Values: Sms = "TEXT_TO_CARDHOLDER_NUMBER". Email = "EMAIL_TO_CARDHOLDER_ADDRESS"
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_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.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final TokenizationResendActivationCodeParams.Builder toBuilder()
-
builder
final static TokenizationResendActivationCodeParams.Builder builder()
Returns a mutable builder for constructing an instance of TokenizationResendActivationCodeParams.
The following fields are required:
.tokenizationToken()
-
-
-
-