public class ServiceCode
extends java.lang.Object
Constructor and Description |
---|
ServiceCode(java.lang.String value)
Creates a ServiceCode instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNoRestrictions() |
boolean |
isATMOnly() |
boolean |
isCashOnly() |
boolean |
isGoodsAndServicesOnly() |
boolean |
isICC() |
boolean |
isInternational() |
boolean |
isIssuerAuthorization() |
boolean |
isNational() |
boolean |
isNormalAuthorization() |
boolean |
isPINRequired() |
boolean |
isPrivate() |
boolean |
isTest() |
boolean |
mustPromptForPINIfPEDPresent() |
public ServiceCode(java.lang.String value)
value
- Three-digit service code value.public boolean isPrivate()
public boolean isTest()
public boolean isICC()
public boolean isInternational()
public boolean isNational()
public boolean hasNoRestrictions()
public boolean isGoodsAndServicesOnly()
public boolean isATMOnly()
public boolean isCashOnly()
public boolean isPINRequired()
public boolean mustPromptForPINIfPEDPresent()
public boolean isNormalAuthorization()
public boolean isIssuerAuthorization()