Uses of Class
com.onlinepayments.domain.SurchargeRate
Packages that use SurchargeRate
-
Uses of SurchargeRate in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SurchargeRateModifier and TypeMethodDescriptionSurcharge.getSurchargeRate()A summary of surcharge details used in the calculation of the surcharge amount.SurchargeSpecificOutput.getSurchargeRate()A summary of surcharge details used in the calculation of the surcharge amount.SurchargeRate.withAdValoremRate(BigDecimal value) A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.SurchargeRate.withSpecificRate(Integer value) A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount.SurchargeRate.withSurchargeProductTypeId(String value) The name of the applicable surcharge rates for the relevant payment productSurchargeRate.withSurchargeProductTypeVersion(String value) A specific version identifier of the surcharge rates as applied for this requestMethods in com.onlinepayments.domain with parameters of type SurchargeRateModifier and TypeMethodDescriptionvoidSurcharge.setSurchargeRate(SurchargeRate value) A summary of surcharge details used in the calculation of the surcharge amount.voidSurchargeSpecificOutput.setSurchargeRate(SurchargeRate value) A summary of surcharge details used in the calculation of the surcharge amount.Surcharge.withSurchargeRate(SurchargeRate value) A summary of surcharge details used in the calculation of the surcharge amount.SurchargeSpecificOutput.withSurchargeRate(SurchargeRate value) A summary of surcharge details used in the calculation of the surcharge amount.