Uses of Class
dev.vality.damsel.domain.AllocationPrototype
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of AllocationPrototype in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AllocationPrototype Modifier and Type Method Description AllocationPrototypeAllocationPrototype. deepCopy()AllocationPrototypeAllocationPrototype. setTransactions(List<AllocationTransactionPrototype> transactions)Methods in dev.vality.damsel.domain with parameters of type AllocationPrototype Modifier and Type Method Description intAllocationPrototype. compareTo(AllocationPrototype other)booleanAllocationPrototype. equals(AllocationPrototype that)Constructors in dev.vality.damsel.domain with parameters of type AllocationPrototype Constructor Description AllocationPrototype(AllocationPrototype other)Performs a deep copy on other. -
Uses of AllocationPrototype in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AllocationPrototype Modifier and Type Field Description AllocationPrototypeInvoiceParams. allocationAllocationPrototypeInvoicePaymentCaptureParams. allocationAllocationPrototypeInvoicePaymentRefundParams. allocationРаспределение денежных средств возврата.Methods in dev.vality.damsel.payment_processing that return AllocationPrototype Modifier and Type Method Description AllocationPrototypeInvoiceParams. getAllocation()AllocationPrototypeInvoicePaymentCaptureParams. getAllocation()AllocationPrototypeInvoicePaymentRefundParams. getAllocation()Распределение денежных средств возврата.Methods in dev.vality.damsel.payment_processing with parameters of type AllocationPrototype Modifier and Type Method Description InvoiceParamsInvoiceParams. setAllocation(AllocationPrototype allocation)InvoicePaymentCaptureParamsInvoicePaymentCaptureParams. setAllocation(AllocationPrototype allocation)InvoicePaymentRefundParamsInvoicePaymentRefundParams. setAllocation(AllocationPrototype allocation)Распределение денежных средств возврата.