Uses of Class
dev.vality.damsel.domain.PaymentAllocationServiceTerms
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentAllocationServiceTerms in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentAllocationServiceTerms Modifier and Type Field Description PaymentAllocationServiceTermsPaymentsServiceTerms. allocationsMethods in dev.vality.damsel.domain that return PaymentAllocationServiceTerms Modifier and Type Method Description PaymentAllocationServiceTermsPaymentAllocationServiceTerms. deepCopy()PaymentAllocationServiceTermsPaymentsServiceTerms. getAllocations()PaymentAllocationServiceTermsPaymentAllocationServiceTerms. setAllow(Predicate allow)NOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).Methods in dev.vality.damsel.domain with parameters of type PaymentAllocationServiceTerms Modifier and Type Method Description intPaymentAllocationServiceTerms. compareTo(PaymentAllocationServiceTerms other)booleanPaymentAllocationServiceTerms. equals(PaymentAllocationServiceTerms that)PaymentsServiceTermsPaymentsServiceTerms. setAllocations(PaymentAllocationServiceTerms allocations)Constructors in dev.vality.damsel.domain with parameters of type PaymentAllocationServiceTerms Constructor Description PaymentAllocationServiceTerms(PaymentAllocationServiceTerms other)Performs a deep copy on other.