Uses of Class
dev.vality.damsel.domain.Allocation
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.proxy_inspector |
-
Uses of Allocation in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Allocation Modifier and Type Field Description AllocationInvoice. allocationAllocationInvoicePaymentCaptured. allocationAllocationInvoicePaymentRefund. allocationMethods in dev.vality.damsel.domain that return Allocation Modifier and Type Method Description AllocationAllocation. deepCopy()AllocationInvoice. getAllocation()AllocationInvoicePaymentCaptured. getAllocation()AllocationInvoicePaymentRefund. getAllocation()AllocationAllocation. setTransactions(List<AllocationTransaction> transactions)Methods in dev.vality.damsel.domain with parameters of type Allocation Modifier and Type Method Description intAllocation. compareTo(Allocation other)booleanAllocation. equals(Allocation that)InvoiceInvoice. setAllocation(Allocation allocation)InvoicePaymentCapturedInvoicePaymentCaptured. setAllocation(Allocation allocation)InvoicePaymentRefundInvoicePaymentRefund. setAllocation(Allocation allocation)Constructors in dev.vality.damsel.domain with parameters of type Allocation Constructor Description Allocation(Allocation other)Performs a deep copy on other. -
Uses of Allocation in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as Allocation Modifier and Type Field Description AllocationStatInvoice. allocationAllocationStatPayment. allocationAllocationStatRefund. allocationMethods in dev.vality.damsel.merch_stat that return Allocation Modifier and Type Method Description AllocationStatInvoice. getAllocation()AllocationStatPayment. getAllocation()AllocationStatRefund. getAllocation()Methods in dev.vality.damsel.merch_stat with parameters of type Allocation Modifier and Type Method Description StatInvoiceStatInvoice. setAllocation(Allocation allocation)StatPaymentStatPayment. setAllocation(Allocation allocation)StatRefundStatRefund. setAllocation(Allocation allocation) -
Uses of Allocation in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Allocation Modifier and Type Field Description AllocationInvoicePayment. allocationAllocationInvoicePaymentCaptureData. allocationMethods in dev.vality.damsel.payment_processing that return Allocation Modifier and Type Method Description AllocationInvoicePayment. getAllocation()AllocationInvoicePaymentCaptureData. getAllocation()Methods in dev.vality.damsel.payment_processing with parameters of type Allocation Modifier and Type Method Description InvoicePaymentInvoicePayment. setAllocation(Allocation allocation)InvoicePaymentCaptureDataInvoicePaymentCaptureData. setAllocation(Allocation allocation) -
Uses of Allocation in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as Allocation Modifier and Type Field Description AllocationInvoicePayment. allocationMethods in dev.vality.damsel.proxy_inspector that return Allocation Modifier and Type Method Description AllocationInvoicePayment. getAllocation()Methods in dev.vality.damsel.proxy_inspector with parameters of type Allocation Modifier and Type Method Description InvoicePaymentInvoicePayment. setAllocation(Allocation allocation)