Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentSessionChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentSessionChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentSessionChange Modifier and Type Method Description InvoicePaymentSessionChangeInvoicePaymentSessionChange. deepCopy()InvoicePaymentSessionChangeInvoicePaymentChangePayload. getInvoicePaymentSessionChange()InvoicePaymentSessionChangeInvoicePaymentRefundChangePayload. getInvoicePaymentSessionChange()InvoicePaymentSessionChangeInvoicePaymentSessionChange. setPayload(SessionChangePayload payload)InvoicePaymentSessionChangeInvoicePaymentSessionChange. setTarget(TargetInvoicePaymentStatus target)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSessionChange Modifier and Type Method Description intInvoicePaymentSessionChange. compareTo(InvoicePaymentSessionChange other)booleanInvoicePaymentSessionChange. equals(InvoicePaymentSessionChange that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_session_change(InvoicePaymentSessionChange value)static InvoicePaymentRefundChangePayloadInvoicePaymentRefundChangePayload. invoice_payment_session_change(InvoicePaymentSessionChange value)voidInvoicePaymentChangePayload. setInvoicePaymentSessionChange(InvoicePaymentSessionChange value)voidInvoicePaymentRefundChangePayload. setInvoicePaymentSessionChange(InvoicePaymentSessionChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSessionChange Constructor Description InvoicePaymentSessionChange(InvoicePaymentSessionChange other)Performs a deep copy on other.