Uses of Class
dev.vality.swag.analytics.model.Payout
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of Payout in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return Payout Modifier and Type Method Description PayoutPayout. amount(Long amount)PayoutPayout. cancellationDetails(String cancellationDetails)PayoutPayout. createdAt(OffsetDateTime createdAt)PayoutPayout. currency(String currency)PayoutPayout. fee(Long fee)PayoutPayout. id(String id)PayoutPayout. metadata(Object metadata)PayoutPayout. payoutToolDetails(PayoutToolDetails payoutToolDetails)PayoutPayout. shopID(String shopID)PayoutPayout. status(String status)Methods in dev.vality.swag.analytics.model that return types with arguments of type Payout Modifier and Type Method Description List<Payout>InlineResponse20011. getResult()Get resultMethods in dev.vality.swag.analytics.model with parameters of type Payout Modifier and Type Method Description InlineResponse20011InlineResponse20011. addResultItem(Payout resultItem)Method parameters in dev.vality.swag.analytics.model with type arguments of type Payout Modifier and Type Method Description InlineResponse20011InlineResponse20011. result(List<Payout> result)voidInlineResponse20011. setResult(List<Payout> result)