Package com.onlinepayments.domain
Class OtherDetails
java.lang.Object
com.onlinepayments.domain.OtherDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].voidsetMetaData(String value) Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.voidsetTravelData(String value) Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].withMetaData(String value) Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.withTravelData(String value) Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
-
Constructor Details
-
OtherDetails
public OtherDetails()
-
-
Method Details
-
getMetaData
Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation. -
setMetaData
Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation. -
withMetaData
Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc. The field is in JSON format, with keys and values expected by the payment method at transaction creation. Please refer to the payment mean documentation. -
getTravelData
Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109]. -
setTravelData
Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109]. -
withTravelData
Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].
-