Uses of Class
dev.vality.anapi.v2.model.RefundSearchResult
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of RefundSearchResult in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return RefundSearchResult Modifier and Type Method Description RefundSearchResultRefundSearchResult. amount(Long amount)RefundSearchResultRefundSearchResult. createdAt(OffsetDateTime createdAt)RefundSearchResultRefundSearchResult. currency(String currency)RefundSearchResultRefundSearchResult. error(RefundStatusError error)RefundSearchResultRefundSearchResult. externalID(String externalID)RefundSearchResultRefundSearchResult. id(String id)RefundSearchResultRefundSearchResult. invoiceID(String invoiceID)RefundSearchResultRefundSearchResult. paymentID(String paymentID)RefundSearchResultRefundSearchResult. reason(String reason)RefundSearchResultRefundSearchResult. shopID(String shopID)RefundSearchResultRefundSearchResult. status(RefundSearchResult.StatusEnum status)Methods in dev.vality.anapi.v2.model that return types with arguments of type RefundSearchResult Modifier and Type Method Description @Valid List<RefundSearchResult>InlineResponse20010. getResult()Get resultMethods in dev.vality.anapi.v2.model with parameters of type RefundSearchResult Modifier and Type Method Description InlineResponse20010InlineResponse20010. addResultItem(RefundSearchResult resultItem)Method parameters in dev.vality.anapi.v2.model with type arguments of type RefundSearchResult Modifier and Type Method Description InlineResponse20010InlineResponse20010. result(List<RefundSearchResult> result)voidInlineResponse20010. setResult(List<RefundSearchResult> result)