Uses of Class
dev.vality.damsel.merch_stat.StatPayment
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of StatPayment in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat with type parameters of type StatPayment Modifier and Type Field Description List<StatPayment>EnrichedStatInvoice. paymentsMethods in dev.vality.damsel.merch_stat that return types with arguments of type StatPayment Modifier and Type Method Description List<StatPayment>EnrichedStatInvoice. getPayments()List<StatPayment>StatResponseData. getPayments()Iterator<StatPayment>EnrichedStatInvoice. getPaymentsIterator()Methods in dev.vality.damsel.merch_stat with parameters of type StatPayment Modifier and Type Method Description voidEnrichedStatInvoice. addToPayments(StatPayment elem)intStatPayment. compareTo(StatPayment other)booleanStatPayment. equals(StatPayment that)Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatPayment Modifier and Type Method Description static StatResponseDataStatResponseData. payments(List<StatPayment> value)EnrichedStatInvoiceEnrichedStatInvoice. setPayments(List<StatPayment> payments)voidStatResponseData. setPayments(List<StatPayment> value)Constructors in dev.vality.damsel.merch_stat with parameters of type StatPayment Constructor Description StatPayment(StatPayment other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.merch_stat with type arguments of type StatPayment Constructor Description EnrichedStatInvoice(StatInvoice invoice, List<StatPayment> payments, List<StatRefund> refunds)