Uses of Class
com.onlinepayments.domain.SurchargeSpecificInput
Packages that use SurchargeSpecificInput
-
Uses of SurchargeSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SurchargeSpecificInputModifier and TypeMethodDescriptionOrder.getSurchargeSpecificInput()Object containing specific input required to apply surcharging to an order.The surcharge mode which defines how a merchant will apply surcharging.SurchargeSpecificInput.withSurchargeAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesMethods in com.onlinepayments.domain with parameters of type SurchargeSpecificInputModifier and TypeMethodDescriptionvoidOrder.setSurchargeSpecificInput(SurchargeSpecificInput value) Object containing specific input required to apply surcharging to an order.Order.withSurchargeSpecificInput(SurchargeSpecificInput value) Object containing specific input required to apply surcharging to an order.