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 boolean
boolean
The 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.int
hashCode()
void
setApplicationId
(String applicationId) The application id associated with the current request.void
setCurrency
(String currency) The currency for the request, optional.void
setLanguage
(String language) The language of the request.void
setMerchantReference
(String merchantReference) The reference to the merchant order, by default {cartId}-{timestamp}.void
setNewTokenName
(String newTokenName) The new token for an update token request, optional.void
setReturnUrl
(String returnUrl) The return url for the tokenization request.void
setServiceCommand
(String serviceCommand) APS service command with possible values in TOKENIZATION, CREATE_TOKEN, & UPDATE_TOKEN.void
setTenantId
(String tenantId) The tenant id associated with the current request.void
setTokenName
(String tokenName) The token for the request provided by APS, optional.void
setTokenStatus
(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
-