static CreateFeeProfileRequest.RoundingModeEnum |
CreateFeeProfileRequest.RoundingModeEnum.fromValue(String value) |
|
CreateFeeProfileRequest.RoundingModeEnum |
CreateFeeProfileRequest.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.
|
CreateFeeProfileRequest.RoundingModeEnum |
CreateFeeProfileRequest.RoundingModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static CreateFeeProfileRequest.RoundingModeEnum |
CreateFeeProfileRequest.RoundingModeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CreateFeeProfileRequest.RoundingModeEnum[] |
CreateFeeProfileRequest.RoundingModeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|