Package com.adyen.model.binlookup
Class MerchantDetails
- java.lang.Object
-
- com.adyen.model.binlookup.MerchantDetails
-
public class MerchantDetails extends Object
MerchantDetails
-
-
Constructor Summary
Constructors Constructor Description MerchantDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantDetailscountryCode(String countryCode)MerchantDetailsenrolledIn3DSecure(Boolean enrolledIn3DSecure)booleanequals(Object o)StringgetCountryCode()2-letter ISO 3166 country code of the card acceptor location.StringgetMcc()The merchant category code (MCC) is a four-digit number which relates to a particular market segment.inthashCode()BooleanisEnrolledIn3DSecure()If true, indicates that the merchant is enrolled in 3D Secure for the card network.MerchantDetailsmcc(String mcc)voidsetCountryCode(String countryCode)voidsetEnrolledIn3DSecure(Boolean enrolledIn3DSecure)voidsetMcc(String mcc)StringtoString()
-
-
-
Method Detail
-
countryCode
public MerchantDetails countryCode(String countryCode)
-
getCountryCode
public String getCountryCode()
2-letter ISO 3166 country code of the card acceptor location. > This parameter is required for the merchants who don't use Adyen as the payment authorisation gateway.- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
-
enrolledIn3DSecure
public MerchantDetails enrolledIn3DSecure(Boolean enrolledIn3DSecure)
-
isEnrolledIn3DSecure
public Boolean isEnrolledIn3DSecure()
If true, indicates that the merchant is enrolled in 3D Secure for the card network.- Returns:
- enrolledIn3DSecure
-
setEnrolledIn3DSecure
public void setEnrolledIn3DSecure(Boolean enrolledIn3DSecure)
-
mcc
public MerchantDetails mcc(String mcc)
-
getMcc
public String getMcc()
The merchant category code (MCC) is a four-digit number which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant. The list of MCCs can be found [here](https://en.wikipedia.org/wiki/Merchant_category_code).- Returns:
- mcc
-
setMcc
public void setMcc(String mcc)
-
-