static FeeProfile.RoundingModeEnum |
FeeProfile.RoundingModeEnum.fromValue(String value) |
|
FeeProfile.RoundingModeEnum |
FeeProfile.getRoundingMode() |
<ul><li>Include <strong>AGGREGATE</strong> if you want to round after the settlement calculation.<li>By default, rounding happens before the sum of the settlement calculation (i.e.
|
FeeProfile.RoundingModeEnum |
FeeProfile.RoundingModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static FeeProfile.RoundingModeEnum |
FeeProfile.RoundingModeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FeeProfile.RoundingModeEnum[] |
FeeProfile.RoundingModeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|