Uses of Class
dev.vality.damsel.domain.AllocationPrototype
Packages that use AllocationPrototype
-
Uses of AllocationPrototype in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AllocationPrototypeModifier and TypeMethodDescriptionAllocationPrototype.deepCopy()AllocationPrototype.setTransactions(List<AllocationTransactionPrototype> transactions) Methods in dev.vality.damsel.domain with parameters of type AllocationPrototypeModifier and TypeMethodDescriptionintAllocationPrototype.compareTo(AllocationPrototype other) booleanAllocationPrototype.equals(AllocationPrototype that) Constructors in dev.vality.damsel.domain with parameters of type AllocationPrototypeModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of AllocationPrototype in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AllocationPrototypeModifier and TypeFieldDescriptionInvoiceParams.allocationInvoicePaymentCaptureParams.allocationInvoicePaymentRefundParams.allocationРаспределение денежных средств возврата.Methods in dev.vality.damsel.payment_processing that return AllocationPrototypeModifier and TypeMethodDescriptionInvoiceParams.getAllocation()InvoicePaymentCaptureParams.getAllocation()InvoicePaymentRefundParams.getAllocation()Распределение денежных средств возврата.Methods in dev.vality.damsel.payment_processing with parameters of type AllocationPrototypeModifier and TypeMethodDescriptionInvoiceParams.setAllocation(AllocationPrototype allocation) InvoicePaymentCaptureParams.setAllocation(AllocationPrototype allocation) InvoicePaymentRefundParams.setAllocation(AllocationPrototype allocation) Распределение денежных средств возврата.