Uses of Class
dev.vality.damsel.analytics.GroupedCurrencyOffsetAmount
-
Uses of GroupedCurrencyOffsetAmount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type GroupedCurrencyOffsetAmount Modifier and Type Field Description List<GroupedCurrencyOffsetAmount>SplitAmountResponse. grouped_currency_amountsMethods in dev.vality.damsel.analytics that return GroupedCurrencyOffsetAmount Modifier and Type Method Description GroupedCurrencyOffsetAmountGroupedCurrencyOffsetAmount. deepCopy()GroupedCurrencyOffsetAmountGroupedCurrencyOffsetAmount. setCurrency(String currency)GroupedCurrencyOffsetAmountGroupedCurrencyOffsetAmount. setOffsetAmounts(List<OffsetAmount> offset_amounts)Methods in dev.vality.damsel.analytics that return types with arguments of type GroupedCurrencyOffsetAmount Modifier and Type Method Description List<GroupedCurrencyOffsetAmount>SplitAmountResponse. getGroupedCurrencyAmounts()Iterator<GroupedCurrencyOffsetAmount>SplitAmountResponse. getGroupedCurrencyAmountsIterator()Methods in dev.vality.damsel.analytics with parameters of type GroupedCurrencyOffsetAmount Modifier and Type Method Description voidSplitAmountResponse. addToGroupedCurrencyAmounts(GroupedCurrencyOffsetAmount elem)intGroupedCurrencyOffsetAmount. compareTo(GroupedCurrencyOffsetAmount other)booleanGroupedCurrencyOffsetAmount. equals(GroupedCurrencyOffsetAmount that)Method parameters in dev.vality.damsel.analytics with type arguments of type GroupedCurrencyOffsetAmount Modifier and Type Method Description SplitAmountResponseSplitAmountResponse. setGroupedCurrencyAmounts(List<GroupedCurrencyOffsetAmount> grouped_currency_amounts)Constructors in dev.vality.damsel.analytics with parameters of type GroupedCurrencyOffsetAmount Constructor Description GroupedCurrencyOffsetAmount(GroupedCurrencyOffsetAmount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type GroupedCurrencyOffsetAmount Constructor Description SplitAmountResponse(List<GroupedCurrencyOffsetAmount> grouped_currency_amounts, SplitUnit result_split_unit)