Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentCaptureData
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentCaptureData in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentCaptureData Modifier and Type Field Description InvoicePaymentCaptureDataInvoicePaymentCaptureStarted. dataMethods in dev.vality.damsel.payment_processing that return InvoicePaymentCaptureData Modifier and Type Method Description InvoicePaymentCaptureDataInvoicePaymentCaptureData. deepCopy()InvoicePaymentCaptureDataInvoicePaymentCaptureStarted. getData()InvoicePaymentCaptureDataInvoicePaymentCaptureData. setAllocation(Allocation allocation)InvoicePaymentCaptureDataInvoicePaymentCaptureData. setCart(InvoiceCart cart)InvoicePaymentCaptureDataInvoicePaymentCaptureData. setCash(Cash cash)InvoicePaymentCaptureDataInvoicePaymentCaptureData. setReason(String reason)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureData Modifier and Type Method Description intInvoicePaymentCaptureData. compareTo(InvoicePaymentCaptureData other)booleanInvoicePaymentCaptureData. equals(InvoicePaymentCaptureData that)InvoicePaymentCaptureStartedInvoicePaymentCaptureStarted. setData(InvoicePaymentCaptureData data)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureData Constructor Description InvoicePaymentCaptureData(InvoicePaymentCaptureData other)Performs a deep copy on other.InvoicePaymentCaptureStarted(InvoicePaymentCaptureData data)