Uses of Class
dev.vality.bouncer.context.v1.Payment
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of Payment in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 with type parameters of type Payment Modifier and Type Field Description Set<Payment>Invoice. paymentsMethods in dev.vality.bouncer.context.v1 that return Payment Modifier and Type Method Description PaymentPayment. deepCopy()PaymentPayment. setId(String id)PaymentPayment. setRefunds(Set<Entity> refunds)Methods in dev.vality.bouncer.context.v1 that return types with arguments of type Payment Modifier and Type Method Description Set<Payment>Invoice. getPayments()Iterator<Payment>Invoice. getPaymentsIterator()Methods in dev.vality.bouncer.context.v1 with parameters of type Payment Modifier and Type Method Description voidInvoice. addToPayments(Payment elem)intPayment. compareTo(Payment other)booleanPayment. equals(Payment that)Method parameters in dev.vality.bouncer.context.v1 with type arguments of type Payment Modifier and Type Method Description InvoiceInvoice. setPayments(Set<Payment> payments)Constructors in dev.vality.bouncer.context.v1 with parameters of type Payment Constructor Description Payment(Payment other)Performs a deep copy on other.