Package com.onlinepayments.domain
Class PaymentProduct130SpecificThreeDSecure
java.lang.Object
com.onlinepayments.domain.PaymentProduct130SpecificThreeDSecure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates the Acquirer TRA exemptionScore calculated by the 3DS Requestor and provided to CB Scoring service only.Number of purchased items or services.Indicates the type of payment for which an authentication is requestedvoidsetAcquirerExemption(Boolean value) Indicates the Acquirer TRA exemptionvoidsetMerchantScore(String value) Score calculated by the 3DS Requestor and provided to CB Scoring service only.voidsetNumberOfItems(Integer value) Number of purchased items or services.voidsetUsecase(String value) Indicates the type of payment for which an authentication is requestedwithAcquirerExemption(Boolean value) Indicates the Acquirer TRA exemptionwithMerchantScore(String value) Score calculated by the 3DS Requestor and provided to CB Scoring service only.withNumberOfItems(Integer value) Number of purchased items or services.withUsecase(String value) Indicates the type of payment for which an authentication is requested
-
Constructor Details
-
PaymentProduct130SpecificThreeDSecure
public PaymentProduct130SpecificThreeDSecure()
-
-
Method Details
-
getAcquirerExemption
Indicates the Acquirer TRA exemption -
setAcquirerExemption
Indicates the Acquirer TRA exemption -
withAcquirerExemption
Indicates the Acquirer TRA exemption -
getMerchantScore
Score calculated by the 3DS Requestor and provided to CB Scoring service only. -
setMerchantScore
Score calculated by the 3DS Requestor and provided to CB Scoring service only. -
withMerchantScore
Score calculated by the 3DS Requestor and provided to CB Scoring service only. -
getNumberOfItems
Number of purchased items or services. 99 if more than 99 items -
setNumberOfItems
Number of purchased items or services. 99 if more than 99 items -
withNumberOfItems
Number of purchased items or services. 99 if more than 99 items -
getUsecase
Indicates the type of payment for which an authentication is requested -
setUsecase
Indicates the type of payment for which an authentication is requested -
withUsecase
Indicates the type of payment for which an authentication is requested
-