public class MerchantDetails extends Object
| Constructor and Description |
|---|
MerchantDetails() |
| Modifier and Type | Method and Description |
|---|---|
MerchantDetails |
countryCode(String countryCode) |
MerchantDetails |
enrolledIn3DSecure(Boolean enrolledIn3DSecure) |
boolean |
equals(Object o) |
String |
getCountryCode()
2-letter ISO 3166 country code of the card acceptor location.
|
String |
getMcc()
The merchant category code (MCC) is a four-digit number which relates to a particular market segment.
|
int |
hashCode() |
Boolean |
isEnrolledIn3DSecure()
If true, indicates that the merchant is enrolled in 3D Secure for the card network.
|
MerchantDetails |
mcc(String mcc) |
void |
setCountryCode(String countryCode) |
void |
setEnrolledIn3DSecure(Boolean enrolledIn3DSecure) |
void |
setMcc(String mcc) |
String |
toString() |
public MerchantDetails countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public MerchantDetails enrolledIn3DSecure(Boolean enrolledIn3DSecure)
public Boolean isEnrolledIn3DSecure()
public void setEnrolledIn3DSecure(Boolean enrolledIn3DSecure)
public MerchantDetails mcc(String mcc)
public String getMcc()
public void setMcc(String mcc)
Copyright © 2022. All rights reserved.