Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRecTokenAcquired
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRecTokenAcquired in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRecTokenAcquired Modifier and Type Method Description InvoicePaymentRecTokenAcquiredInvoicePaymentRecTokenAcquired. deepCopy()InvoicePaymentRecTokenAcquiredInvoicePaymentChangePayload. getInvoicePaymentRecTokenAcquired()InvoicePaymentRecTokenAcquiredInvoicePaymentRecTokenAcquired. setToken(String token)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRecTokenAcquired Modifier and Type Method Description intInvoicePaymentRecTokenAcquired. compareTo(InvoicePaymentRecTokenAcquired other)booleanInvoicePaymentRecTokenAcquired. equals(InvoicePaymentRecTokenAcquired that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_rec_token_acquired(InvoicePaymentRecTokenAcquired value)voidInvoicePaymentChangePayload. setInvoicePaymentRecTokenAcquired(InvoicePaymentRecTokenAcquired value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRecTokenAcquired Constructor Description InvoicePaymentRecTokenAcquired(InvoicePaymentRecTokenAcquired other)Performs a deep copy on other.