Uses of Class
com.onlinepayments.domain.OrderTypeInformation
Packages that use OrderTypeInformation
-
Uses of OrderTypeInformation in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OrderTypeInformationModifier and TypeMethodDescriptionAdditionalOrderInput.getTypeInformation()Object that holds the purchase and usage type indicatorsOrderTypeInformation.withPurchaseType(String value) Possible values are: physical (tangible goods shipped to the customers) digital (digital services like ebooks, streaming...)OrderTypeInformation.withTransactionType(String value) Identifies the type of transaction being authenticated.Methods in com.onlinepayments.domain with parameters of type OrderTypeInformationModifier and TypeMethodDescriptionvoidAdditionalOrderInput.setTypeInformation(OrderTypeInformation value) Object that holds the purchase and usage type indicatorsAdditionalOrderInput.withTypeInformation(OrderTypeInformation value) Object that holds the purchase and usage type indicators