Uses of Class
com.adyen.model.binlookup.MerchantDetails
-
Packages that use MerchantDetails Package Description com.adyen.model.binlookup -
-
Uses of MerchantDetails in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return MerchantDetails Modifier and Type Method Description MerchantDetailsMerchantDetails. countryCode(String countryCode)2-letter ISO 3166 country code of the card acceptor location.MerchantDetailsMerchantDetails. enrolledIn3DSecure(Boolean enrolledIn3DSecure)If true, indicates that the merchant is enrolled in 3D Secure for the card network.static MerchantDetailsMerchantDetails. fromJson(String jsonString)Create an instance of MerchantDetails given an JSON stringMerchantDetailsCostEstimateRequest. getMerchantDetails()merchantDetailsMerchantDetailsMerchantDetails. mcc(String mcc)The merchant category code (MCC) is a four-digit number which relates to a particular market segment.Methods in com.adyen.model.binlookup with parameters of type MerchantDetails Modifier and Type Method Description CostEstimateRequestCostEstimateRequest. merchantDetails(MerchantDetails merchantDetails)merchantDetailsvoidCostEstimateRequest. setMerchantDetails(MerchantDetails merchantDetails)merchantDetails
-