Uses of Enum Class
com.blockchyp.client.dto.RoundingMode
Packages that use RoundingMode
-
Uses of RoundingMode in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return RoundingModeModifier and TypeMethodDescriptionAuthorizationRequest.getRoundingMode()Gets how partial pennies should be rounded for calculated values like surcharges.CashDiscountRequest.getRoundingMode()Gets how partial pennies should be rounded for calculated values like surcharges.static RoundingModeReturns the enum constant of this class with the specified name.static RoundingMode[]RoundingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type RoundingModeModifier and TypeMethodDescriptionvoidAuthorizationRequest.setRoundingMode(RoundingMode value) Sets how partial pennies should be rounded for calculated values like surcharges.voidCashDiscountRequest.setRoundingMode(RoundingMode value) Sets how partial pennies should be rounded for calculated values like surcharges.