public class TmsNetworkTokenServicesVisaTokenService extends Object
| Constructor and Description |
|---|
TmsNetworkTokenServicesVisaTokenService() |
| Modifier and Type | Method and Description |
|---|---|
TmsNetworkTokenServicesVisaTokenService |
enableService(Boolean enableService) |
TmsNetworkTokenServicesVisaTokenService |
enableTransactionalTokens(Boolean enableTransactionalTokens) |
boolean |
equals(Object o) |
String |
getRelationshipId()
Relationship ID provided by visa Min Length: 1 Max Length: 100 Example: \"24681921-40000000082\"
|
String |
getTokenRequestorId()
Token Requestor ID provided by Visa during the registration process for the Tokenization Service Pattern: ^[0-9]{11}\\\\z$\" Min Length: 11 Max Length: 11 Example: \"40000000082\"
|
int |
hashCode() |
Boolean |
isEnableService()
Indicates if the service for network tokens for the Visa card association are enabled
|
Boolean |
isEnableTransactionalTokens()
Indicates if network tokens for the Visa card association are enabled for transactions
|
TmsNetworkTokenServicesVisaTokenService |
relationshipId(String relationshipId) |
void |
setEnableService(Boolean enableService) |
void |
setEnableTransactionalTokens(Boolean enableTransactionalTokens) |
void |
setRelationshipId(String relationshipId) |
void |
setTokenRequestorId(String tokenRequestorId) |
TmsNetworkTokenServicesVisaTokenService |
tokenRequestorId(String tokenRequestorId) |
String |
toString() |
public TmsNetworkTokenServicesVisaTokenService()
public TmsNetworkTokenServicesVisaTokenService enableService(Boolean enableService)
public Boolean isEnableService()
public void setEnableService(Boolean enableService)
public TmsNetworkTokenServicesVisaTokenService enableTransactionalTokens(Boolean enableTransactionalTokens)
public Boolean isEnableTransactionalTokens()
public void setEnableTransactionalTokens(Boolean enableTransactionalTokens)
public TmsNetworkTokenServicesVisaTokenService tokenRequestorId(String tokenRequestorId)
public String getTokenRequestorId()
public void setTokenRequestorId(String tokenRequestorId)
public TmsNetworkTokenServicesVisaTokenService relationshipId(String relationshipId)
public String getRelationshipId()
public void setRelationshipId(String relationshipId)
Copyright © 2024. All rights reserved.