Uses of Class
dev.vality.damsel.domain.InvoicePayment
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePayment in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain with parameters of type InvoicePayment Modifier and Type Method Description intInvoicePayment. compareTo(InvoicePayment other)booleanInvoicePayment. equals(InvoicePayment that)Constructors in dev.vality.damsel.domain with parameters of type InvoicePayment Constructor Description InvoicePayment(InvoicePayment other)Performs a deep copy on other. -
Uses of InvoicePayment in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePayment Modifier and Type Field Description InvoicePaymentInvoicePayment. paymentInvoicePaymentInvoicePaymentStarted. paymentДанные запущенного платежа.Methods in dev.vality.damsel.payment_processing that return InvoicePayment Modifier and Type Method Description InvoicePaymentInvoicePayment. getPayment()InvoicePaymentInvoicePaymentStarted. getPayment()Данные запущенного платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePayment Modifier and Type Method Description InvoicePaymentInvoicePayment. setPayment(InvoicePayment payment)InvoicePaymentStartedInvoicePaymentStarted. setPayment(InvoicePayment payment)Данные запущенного платежа.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePayment Constructor Description InvoicePayment(InvoicePayment payment, List<InvoicePaymentAdjustment> adjustments, List<InvoicePaymentRefund> refunds, List<InvoicePaymentSession> sessions, List<InvoicePaymentRefund> legacy_refunds)InvoicePaymentStarted(InvoicePayment payment)