public class TmsNetworkTokenServicesVisaTokenService extends Object
| Constructor and Description |
|---|
TmsNetworkTokenServicesVisaTokenService() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
EnableService()
Indicates if the service for network tokens for the Visa card association are enabled
|
TmsNetworkTokenServicesVisaTokenService |
enableService(Boolean enableService) |
Boolean |
EnableTransactionalTokens()
Indicates if network tokens for the Visa card association are enabled for transactions
|
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() |
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 EnableService()
public void setEnableService(Boolean enableService)
public TmsNetworkTokenServicesVisaTokenService enableTransactionalTokens(Boolean enableTransactionalTokens)
public Boolean EnableTransactionalTokens()
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 © 2025. All rights reserved.