Class AuthenticationRetrieveResponse.Merchant.Builder
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.Merchant.BuilderA builder for Merchant.
-
-
Method Summary
-
-
Method Detail
-
id
final AuthenticationRetrieveResponse.Merchant.Builder id(String id)
Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field acquirerMerchantId.
-
id
final AuthenticationRetrieveResponse.Merchant.Builder id(JsonField<String> id)
Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field acquirerMerchantId.
-
country
final AuthenticationRetrieveResponse.Merchant.Builder country(String country)
Country code of the merchant requesting 3DS authentication. Maps to EMV 3DS field merchantCountryCode.
-
country
final AuthenticationRetrieveResponse.Merchant.Builder country(JsonField<String> country)
Country code of the merchant requesting 3DS authentication. Maps to EMV 3DS field merchantCountryCode.
-
mcc
final AuthenticationRetrieveResponse.Merchant.Builder mcc(String mcc)
Merchant category code assigned to the merchant that describes its business activity type. Maps to EMV 3DS field mcc.
-
mcc
final AuthenticationRetrieveResponse.Merchant.Builder mcc(JsonField<String> mcc)
Merchant category code assigned to the merchant that describes its business activity type. Maps to EMV 3DS field mcc.
-
name
final AuthenticationRetrieveResponse.Merchant.Builder name(String name)
Name of the merchant. Maps to EMV 3DS field merchantName.
-
name
final AuthenticationRetrieveResponse.Merchant.Builder name(JsonField<String> name)
Name of the merchant. Maps to EMV 3DS field merchantName.
-
riskIndicator
final AuthenticationRetrieveResponse.Merchant.Builder riskIndicator(AuthenticationRetrieveResponse.Merchant.RiskIndicator riskIndicator)
Object containing additional data indicating additional risk factors related to the e-commerce transaction.
-
riskIndicator
final AuthenticationRetrieveResponse.Merchant.Builder riskIndicator(JsonField<AuthenticationRetrieveResponse.Merchant.RiskIndicator> riskIndicator)
Object containing additional data indicating additional risk factors related to the e-commerce transaction.
-
additionalProperties
final AuthenticationRetrieveResponse.Merchant.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationRetrieveResponse.Merchant.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationRetrieveResponse.Merchant.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationRetrieveResponse.Merchant.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationRetrieveResponse.Merchant.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationRetrieveResponse.Merchant build()
-
-
-
-