Uses of Class
com.onlinepayments.domain.OtherDetails
Packages that use OtherDetails
-
Uses of OtherDetails in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OtherDetailsModifier and TypeMethodDescriptionLineItem.getOtherDetails()Other information for specific payment methods.OtherDetails.withMetaData(String value) Information used by the following PaymentProducts [5300] to provide details on the item such as the color, size, etc.OtherDetails.withTravelData(String value) Information used by the following PaymentProducts [5110,5111,5112,5125,3104,3107,3108,3109].Methods in com.onlinepayments.domain with parameters of type OtherDetailsModifier and TypeMethodDescriptionvoidLineItem.setOtherDetails(OtherDetails value) Other information for specific payment methods.LineItem.withOtherDetails(OtherDetails value) Other information for specific payment methods.