Class InfoProvided
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.InfoProvided
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class InfoProvided
extends Object
Provided ThreeDS structure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetCavv()Cardholder Authentication Verification Value (CAVV)@NotNull StringgetEci()Electronic Commerce Indicator (ECI).@NotNull StringgetId()Transaction identifier resulting from authentication processing.inthashCode()voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CAVV
- See Also:
-
JSON_PROPERTY_ECI
- See Also:
-
-
Constructor Details
-
InfoProvided
public InfoProvided()
-
-
Method Details
-
id
-
getId
Transaction identifier resulting from authentication processing.- Returns:
- id
-
setId
-
cavv
-
getCavv
Cardholder Authentication Verification Value (CAVV)- Returns:
- cavv
-
setCavv
-
eci
-
getEci
Electronic Commerce Indicator (ECI). The ECI value is part of the two data elements that indicate the transaction was processed electronically.- Returns:
- eci
-
setEci
-
equals
-
hashCode
public int hashCode() -
toString
-