Package com.onlinepayments.domain
Class RedirectPaymentProduct3306SpecificInput
java.lang.Object
com.onlinepayments.domain.RedirectPaymentProduct3306SpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIn some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment.voidsetExtraMerchantData(String value) In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment.withExtraMerchantData(String value) In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment.
-
Constructor Details
-
RedirectPaymentProduct3306SpecificInput
public RedirectPaymentProduct3306SpecificInput()
-
-
Method Details
-
getExtraMerchantData
In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment. This information, called extra merchant data (EMD), may consist of data about the customer performing the transaction, the product/services associated with the transaction, or the seller and their affiliates. -
setExtraMerchantData
In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment. This information, called extra merchant data (EMD), may consist of data about the customer performing the transaction, the product/services associated with the transaction, or the seller and their affiliates. -
withExtraMerchantData
In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment. This information, called extra merchant data (EMD), may consist of data about the customer performing the transaction, the product/services associated with the transaction, or the seller and their affiliates.
-