| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
SurchargeRate |
Surcharge.getSurchargeRate()
A summary of surcharge details used in the calculation of the surcharge amount.
|
SurchargeRate |
SurchargeSpecificOutput.getSurchargeRate()
A summary of surcharge details used in the calculation of the surcharge amount.
|
SurchargeRate |
SurchargeRate.withAdValoremRate(Float value)
A percentage rate defined on a merchant's configuration used in the calculation of a surcharge amount.
|
SurchargeRate |
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 |
SurchargeRate.withSurchargeProductTypeId(String value)
The name of the applicable surcharge rates for the relevant payment product
|
SurchargeRate |
SurchargeRate.withSurchargeProductTypeVersion(String value)
A specific version identifier of the surcharge rates as applied for this request
|
| Modifier and Type | Method and Description |
|---|---|
void |
Surcharge.setSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
void |
SurchargeSpecificOutput.setSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
Surcharge |
Surcharge.withSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
SurchargeSpecificOutput |
SurchargeSpecificOutput.withSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.