Uses of Class
dev.vality.damsel.merch_stat.StatRefund
Packages that use StatRefund
-
Uses of StatRefund in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat with type parameters of type StatRefundMethods in dev.vality.damsel.merch_stat that return StatRefundModifier and TypeMethodDescriptionStatRefund.deepCopy()StatRefund.setAllocation(Allocation allocation) StatRefund.setAmount(long amount) StatRefund.setCart(InvoiceCart cart) StatRefund.setCreatedAt(String created_at) StatRefund.setCurrencySymbolicCode(String currency_symbolic_code) StatRefund.setExternalId(String external_id) StatRefund.setFee(long fee) StatRefund.setInvoiceId(String invoice_id) StatRefund.setOwnerId(String owner_id) StatRefund.setPaymentId(String payment_id) StatRefund.setStatus(InvoicePaymentRefundStatus status) Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatRefundModifier and TypeMethodDescriptionEnrichedStatInvoice.getRefunds()StatResponseData.getRefunds()EnrichedStatInvoice.getRefundsIterator()Methods in dev.vality.damsel.merch_stat with parameters of type StatRefundModifier and TypeMethodDescriptionvoidEnrichedStatInvoice.addToRefunds(StatRefund elem) intStatRefund.compareTo(StatRefund other) booleanStatRefund.equals(StatRefund that) Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatRefundModifier and TypeMethodDescriptionstatic StatResponseDataStatResponseData.refunds(List<StatRefund> value) EnrichedStatInvoice.setRefunds(List<StatRefund> refunds) voidStatResponseData.setRefunds(List<StatRefund> value) Constructors in dev.vality.damsel.merch_stat with parameters of type StatRefund