Uses of Class
com.onlinepayments.domain.Surcharge
Packages that use Surcharge
-
Uses of Surcharge in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SurchargeModifier and TypeMethodDescriptionSurcharge.withNetAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesSurcharge.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Surcharge.withResult(String value) Token describing result.Surcharge.withSurchargeAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesSurcharge.withSurchargeRate(SurchargeRate value) A summary of surcharge details used in the calculation of the surcharge amount.Surcharge.withTotalAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesMethods in com.onlinepayments.domain that return types with arguments of type SurchargeMethod parameters in com.onlinepayments.domain with type arguments of type SurchargeModifier and TypeMethodDescriptionvoidCalculateSurchargeResponse.setSurcharges(List<Surcharge> value) CalculateSurchargeResponse.withSurcharges(List<Surcharge> value)