Class TokenizationSignatureRequest
java.lang.Object
com.broadleafcommerce.payment.service.signature.TokenizationSignatureRequest
- All Implemented Interfaces:
Serializable
- Author:
- mariestandeven
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe application id associated with the current request.The currency for the request, optional.The language of the request.The reference to the merchant order, by default {cartId}-{timestamp}.The new token for an update token request, optional.The return url for the tokenization request.APS service command with possible values in TOKENIZATION, CREATE_TOKEN, & UPDATE_TOKEN.The tenant id associated with the current request.The token for the request provided by APS, optional.The token status for the request, optional.inthashCode()voidsetApplicationId(String applicationId) The application id associated with the current request.voidsetCurrency(String currency) The currency for the request, optional.voidsetLanguage(String language) The language of the request.voidsetMerchantReference(String merchantReference) The reference to the merchant order, by default {cartId}-{timestamp}.voidsetNewTokenName(String newTokenName) The new token for an update token request, optional.voidsetReturnUrl(String returnUrl) The return url for the tokenization request.voidsetServiceCommand(String serviceCommand) APS service command with possible values in TOKENIZATION, CREATE_TOKEN, & UPDATE_TOKEN.voidsetTenantId(String tenantId) The tenant id associated with the current request.voidsetTokenName(String tokenName) The token for the request provided by APS, optional.voidsetTokenStatus(String tokenStatus) The token status for the request, optional.toString()
-
Constructor Details
-
TokenizationSignatureRequest
public TokenizationSignatureRequest()
-
-
Method Details
-
getServiceCommand
APS service command with possible values in TOKENIZATION, CREATE_TOKEN, & UPDATE_TOKEN. -
getMerchantReference
The reference to the merchant order, by default {cartId}-{timestamp}. -
getTokenName
The token for the request provided by APS, optional. -
getNewTokenName
The new token for an update token request, optional. Should only be sent on UPDATE_TOKEN request. -
getTokenStatus
The token status for the request, optional. Should only be sent on UPDATE_TOKEN request. -
getLanguage
The language of the request. -
getCurrency
The currency for the request, optional. -
getReturnUrl
The return url for the tokenization request. This is where APS will send the response for the tokenization request. -
getTenantId
The tenant id associated with the current request. -
getApplicationId
The application id associated with the current request. -
setServiceCommand
APS service command with possible values in TOKENIZATION, CREATE_TOKEN, & UPDATE_TOKEN. -
setMerchantReference
The reference to the merchant order, by default {cartId}-{timestamp}. -
setTokenName
The token for the request provided by APS, optional. -
setNewTokenName
The new token for an update token request, optional. Should only be sent on UPDATE_TOKEN request. -
setTokenStatus
The token status for the request, optional. Should only be sent on UPDATE_TOKEN request. -
setLanguage
The language of the request. -
setCurrency
The currency for the request, optional. -
setReturnUrl
The return url for the tokenization request. This is where APS will send the response for the tokenization request. -
setTenantId
The tenant id associated with the current request. -
setApplicationId
The application id associated with the current request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-