Package com.lithic.api.models
Class AuthenticationRetrieveResponse.App
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.AppObject containing data about the app used in the e-commerce transaction. Present if the channel is 'APP_BASED'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthenticationRetrieveResponse.App.BuilderA builder for App.
-
Method Summary
Modifier and Type Method Description final Optional<String>deviceInfo()Device information gathered from the cardholder's device - JSON name/value pairs that is Base64url encoded. final Optional<String>ip()External IP address used by the app generating the 3DS authentication request. final JsonField<String>_deviceInfo()Returns the raw JSON value of deviceInfo. final JsonField<String>_ip()Returns the raw JSON value of ip. final Map<String, JsonValue>_additionalProperties()final AuthenticationRetrieveResponse.App.BuildertoBuilder()final AuthenticationRetrieveResponse.Appvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthenticationRetrieveResponse.App.Builderbuilder()Returns a mutable builder for constructing an instance of App. -
-
Method Detail
-
deviceInfo
final Optional<String> deviceInfo()
Device information gathered from the cardholder's device - JSON name/value pairs that is Base64url encoded. Maps to EMV 3DS field
deviceInfo.
-
ip
final Optional<String> ip()
External IP address used by the app generating the 3DS authentication request. Maps to EMV 3DS field
appIp.
-
_deviceInfo
final JsonField<String> _deviceInfo()
Returns the raw JSON value of deviceInfo.
Unlike deviceInfo, this method doesn't throw if the JSON field has an unexpected type.
-
_ip
final JsonField<String> _ip()
Returns the raw JSON value of ip.
Unlike ip, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthenticationRetrieveResponse.App.Builder toBuilder()
-
validate
final AuthenticationRetrieveResponse.App validate()
-
builder
final static AuthenticationRetrieveResponse.App.Builder builder()
Returns a mutable builder for constructing an instance of App.
-
-
-
-