Uses of Class
dev.vality.damsel.merch_stat.StatRefund
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of StatRefund in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat with type parameters of type StatRefund Modifier and Type Field Description List<StatRefund>EnrichedStatInvoice. refundsMethods in dev.vality.damsel.merch_stat that return StatRefund Modifier and Type Method Description StatRefundStatRefund. deepCopy()StatRefundStatRefund. setAllocation(Allocation allocation)StatRefundStatRefund. setAmount(long amount)StatRefundStatRefund. setCart(InvoiceCart cart)StatRefundStatRefund. setCreatedAt(String created_at)StatRefundStatRefund. setCurrencySymbolicCode(String currency_symbolic_code)StatRefundStatRefund. setExternalId(String external_id)StatRefundStatRefund. setFee(long fee)StatRefundStatRefund. setId(String id)StatRefundStatRefund. setInvoiceId(String invoice_id)StatRefundStatRefund. setOwnerId(String owner_id)StatRefundStatRefund. setPaymentId(String payment_id)StatRefundStatRefund. setReason(String reason)StatRefundStatRefund. setShopId(String shop_id)StatRefundStatRefund. setStatus(InvoicePaymentRefundStatus status)Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatRefund Modifier and Type Method Description List<StatRefund>EnrichedStatInvoice. getRefunds()List<StatRefund>StatResponseData. getRefunds()Iterator<StatRefund>EnrichedStatInvoice. getRefundsIterator()Methods in dev.vality.damsel.merch_stat with parameters of type StatRefund Modifier and Type Method Description voidEnrichedStatInvoice. addToRefunds(StatRefund elem)intStatRefund. compareTo(StatRefund other)booleanStatRefund. equals(StatRefund that)Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatRefund Modifier and Type Method Description static StatResponseDataStatResponseData. refunds(List<StatRefund> value)EnrichedStatInvoiceEnrichedStatInvoice. setRefunds(List<StatRefund> refunds)voidStatResponseData. setRefunds(List<StatRefund> value)Constructors in dev.vality.damsel.merch_stat with parameters of type StatRefund Constructor Description StatRefund(StatRefund other)Performs a deep copy on other.