Uses of Class
dev.vality.swag.analytics.model.AmountResult
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of AmountResult in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return AmountResult Modifier and Type Method Description AmountResultAmountResult. amount(Long amount)AmountResultAmountResult. currency(String currency)Methods in dev.vality.swag.analytics.model that return types with arguments of type AmountResult Modifier and Type Method Description List<AmountResult>ShopAmountResult. getAmountResults()Get amountResultsList<AmountResult>InlineResponse2001. getResult()Get resultMethods in dev.vality.swag.analytics.model with parameters of type AmountResult Modifier and Type Method Description ShopAmountResultShopAmountResult. addAmountResultsItem(AmountResult amountResultsItem)InlineResponse2001InlineResponse2001. addResultItem(AmountResult resultItem)Method parameters in dev.vality.swag.analytics.model with type arguments of type AmountResult Modifier and Type Method Description ShopAmountResultShopAmountResult. amountResults(List<AmountResult> amountResults)InlineResponse2001InlineResponse2001. result(List<AmountResult> result)voidShopAmountResult. setAmountResults(List<AmountResult> amountResults)voidInlineResponse2001. setResult(List<AmountResult> result)