Class AuthenticationRetrieveResponse.Merchant
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.MerchantObject containing data about the merchant involved in the e-commerce transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthenticationRetrieveResponse.Merchant.BuilderA builder for Merchant.
public final classAuthenticationRetrieveResponse.Merchant.RiskIndicatorObject containing additional data indicating additional risk factors related to the e-commerce transaction.
-
Method Summary
Modifier and Type Method Description final Stringid()Merchant identifier as assigned by the acquirer. final Stringcountry()Country code of the merchant requesting 3DS authentication. final Stringmcc()Merchant category code assigned to the merchant that describes its business activity type. final Stringname()Name of the merchant. final AuthenticationRetrieveResponse.Merchant.RiskIndicatorriskIndicator()Object containing additional data indicating additional risk factors related to the e-commerce transaction. final JsonField<String>_id()Merchant identifier as assigned by the acquirer. final JsonField<String>_country()Country code of the merchant requesting 3DS authentication. final JsonField<String>_mcc()Merchant category code assigned to the merchant that describes its business activity type. final JsonField<String>_name()Name of the merchant. final JsonField<AuthenticationRetrieveResponse.Merchant.RiskIndicator>_riskIndicator()Object containing additional data indicating additional risk factors related to the e-commerce transaction. final Map<String, JsonValue>_additionalProperties()final AuthenticationRetrieveResponse.Merchantvalidate()final AuthenticationRetrieveResponse.Merchant.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthenticationRetrieveResponse.Merchant.Builderbuilder()Returns a mutable builder for constructing an instance of Merchant. -
-
Method Detail
-
id
final String id()
Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field acquirerMerchantId.
-
country
final String country()
Country code of the merchant requesting 3DS authentication. Maps to EMV 3DS field merchantCountryCode.
-
mcc
final String mcc()
Merchant category code assigned to the merchant that describes its business activity type. Maps to EMV 3DS field mcc.
-
riskIndicator
final AuthenticationRetrieveResponse.Merchant.RiskIndicator riskIndicator()
Object containing additional data indicating additional risk factors related to the e-commerce transaction.
-
_id
final JsonField<String> _id()
Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field acquirerMerchantId.
-
_country
final JsonField<String> _country()
Country code of the merchant requesting 3DS authentication. Maps to EMV 3DS field merchantCountryCode.
-
_mcc
final JsonField<String> _mcc()
Merchant category code assigned to the merchant that describes its business activity type. Maps to EMV 3DS field mcc.
-
_riskIndicator
final JsonField<AuthenticationRetrieveResponse.Merchant.RiskIndicator> _riskIndicator()
Object containing additional data indicating additional risk factors related to the e-commerce transaction.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AuthenticationRetrieveResponse.Merchant validate()
-
toBuilder
final AuthenticationRetrieveResponse.Merchant.Builder toBuilder()
-
builder
final static AuthenticationRetrieveResponse.Merchant.Builder builder()
Returns a mutable builder for constructing an instance of Merchant.
The following fields are required:
.id() .country() .mcc() .name() .riskIndicator()
-
-
-
-