Package com.adyen.model.binlookup
Class ThreeDSAvailabilityResponse
- java.lang.Object
-
- com.adyen.model.binlookup.ThreeDSAvailabilityResponse
-
public class ThreeDSAvailabilityResponse extends Object
ThreeDSAvailabilityResponse
-
-
Constructor Summary
Constructors Constructor Description ThreeDSAvailabilityResponse()
-
Method Summary
-
-
-
Method Detail
-
binDetails
public ThreeDSAvailabilityResponse binDetails(BinDetail binDetails)
-
getBinDetails
public BinDetail getBinDetails()
Get binDetails- Returns:
- binDetails
-
setBinDetails
public void setBinDetails(BinDetail binDetails)
-
dsPublicKeys
public ThreeDSAvailabilityResponse dsPublicKeys(List<DSPublicKeyDetail> dsPublicKeys)
-
addDsPublicKeysItem
public ThreeDSAvailabilityResponse addDsPublicKeysItem(DSPublicKeyDetail dsPublicKeysItem)
-
getDsPublicKeys
public List<DSPublicKeyDetail> getDsPublicKeys()
List of Directory Server (DS) public keys.- Returns:
- dsPublicKeys
-
setDsPublicKeys
public void setDsPublicKeys(List<DSPublicKeyDetail> dsPublicKeys)
-
threeDS1Supported
public ThreeDSAvailabilityResponse threeDS1Supported(Boolean threeDS1Supported)
-
isThreeDS1Supported
public Boolean isThreeDS1Supported()
Indicator if 3D Secure 1 is supported.- Returns:
- threeDS1Supported
-
setThreeDS1Supported
public void setThreeDS1Supported(Boolean threeDS1Supported)
-
threeDS2CardRangeDetails
public ThreeDSAvailabilityResponse threeDS2CardRangeDetails(List<ThreeDS2CardRangeDetail> threeDS2CardRangeDetails)
-
addThreeDS2CardRangeDetailsItem
public ThreeDSAvailabilityResponse addThreeDS2CardRangeDetailsItem(ThreeDS2CardRangeDetail threeDS2CardRangeDetailsItem)
-
getThreeDS2CardRangeDetails
public List<ThreeDS2CardRangeDetail> getThreeDS2CardRangeDetails()
List of brand and card range pairs.- Returns:
- threeDS2CardRangeDetails
-
setThreeDS2CardRangeDetails
public void setThreeDS2CardRangeDetails(List<ThreeDS2CardRangeDetail> threeDS2CardRangeDetails)
-
threeDS2supported
public ThreeDSAvailabilityResponse threeDS2supported(Boolean threeDS2supported)
-
isThreeDS2supported
public Boolean isThreeDS2supported()
Indicator if 3D Secure 2 is supported.- Returns:
- threeDS2supported
-
setThreeDS2supported
public void setThreeDS2supported(Boolean threeDS2supported)
-
-