Package com.onlinepayments.domain
Class SurchargeRate
java.lang.Object
com.onlinepayments.domain.SurchargeRate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount.The name of the applicable surcharge rates for the relevant payment productA specific version identifier of the surcharge rates as applied for this requestvoidsetAdValoremRate(BigDecimal value) A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.voidsetSpecificRate(Integer value) A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount.voidsetSurchargeProductTypeId(String value) The name of the applicable surcharge rates for the relevant payment productvoidA specific version identifier of the surcharge rates as applied for this requestwithAdValoremRate(BigDecimal value) A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.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.withSurchargeProductTypeId(String value) The name of the applicable surcharge rates for the relevant payment productA specific version identifier of the surcharge rates as applied for this request
-
Constructor Details
-
SurchargeRate
public SurchargeRate()
-
-
Method Details
-
getAdValoremRate
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount. -
setAdValoremRate
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount. -
withAdValoremRate
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount. -
getSpecificRate
A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount. -
setSpecificRate
A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount. -
withSpecificRate
A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount. -
getSurchargeProductTypeId
The name of the applicable surcharge rates for the relevant payment product -
setSurchargeProductTypeId
The name of the applicable surcharge rates for the relevant payment product -
withSurchargeProductTypeId
The name of the applicable surcharge rates for the relevant payment product -
getSurchargeProductTypeVersion
A specific version identifier of the surcharge rates as applied for this request -
setSurchargeProductTypeVersion
A specific version identifier of the surcharge rates as applied for this request -
withSurchargeProductTypeVersion
A specific version identifier of the surcharge rates as applied for this request
-