public class SurchargeRate extends Object
| Constructor and Description |
|---|
SurchargeRate() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAdValoremRate()
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.
|
Integer |
getSpecificRate()
A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount.
|
String |
getSurchargeProductTypeId()
The name of the applicable surcharge rates for the relevant payment product
|
String |
getSurchargeProductTypeVersion()
A specific version identifier of the surcharge rates as applied for this request
|
void |
setAdValoremRate(Float value)
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.
|
void |
setSpecificRate(Integer value)
A specific, fixed rate in cents defined on a merchant's configuration that is used in the calculation of a surcharge amount.
|
void |
setSurchargeProductTypeId(String value)
The name of the applicable surcharge rates for the relevant payment product
|
void |
setSurchargeProductTypeVersion(String value)
A specific version identifier of the surcharge rates as applied for this request
|
SurchargeRate |
withAdValoremRate(Float 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 product
|
SurchargeRate |
withSurchargeProductTypeVersion(String value)
A specific version identifier of the surcharge rates as applied for this request
|
public Float getAdValoremRate()
public void setAdValoremRate(Float value)
public SurchargeRate withAdValoremRate(Float value)
public Integer getSpecificRate()
public void setSpecificRate(Integer value)
public SurchargeRate withSpecificRate(Integer value)
public String getSurchargeProductTypeId()
public void setSurchargeProductTypeId(String value)
public SurchargeRate withSurchargeProductTypeId(String value)
public String getSurchargeProductTypeVersion()
public void setSurchargeProductTypeVersion(String value)
public SurchargeRate withSurchargeProductTypeVersion(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.