Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefundCreated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRefundCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundCreated Modifier and Type Method Description InvoicePaymentRefundCreatedInvoicePaymentRefundCreated. deepCopy()InvoicePaymentRefundCreatedInvoicePaymentRefundChangePayload. getInvoicePaymentRefundCreated()InvoicePaymentRefundCreatedInvoicePaymentRefundCreated. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentRefundCreatedInvoicePaymentRefundCreated. setRefund(InvoicePaymentRefund refund)InvoicePaymentRefundCreatedInvoicePaymentRefundCreated. setTransactionInfo(TransactionInfo transaction_info)Данные проведённой вручную транзакции.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundCreated Modifier and Type Method Description intInvoicePaymentRefundCreated. compareTo(InvoicePaymentRefundCreated other)booleanInvoicePaymentRefundCreated. equals(InvoicePaymentRefundCreated that)static InvoicePaymentRefundChangePayloadInvoicePaymentRefundChangePayload. invoice_payment_refund_created(InvoicePaymentRefundCreated value)voidInvoicePaymentRefundChangePayload. setInvoicePaymentRefundCreated(InvoicePaymentRefundCreated value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundCreated Constructor Description InvoicePaymentRefundCreated(InvoicePaymentRefundCreated other)Performs a deep copy on other.