Uses of Class
dev.vality.damsel.domain.PayoutsServiceTerms
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PayoutsServiceTerms in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutsServiceTerms Modifier and Type Field Description PayoutsServiceTermsTermSet. payoutsMethods in dev.vality.damsel.domain that return PayoutsServiceTerms Modifier and Type Method Description PayoutsServiceTermsPayoutsServiceTerms. deepCopy()PayoutsServiceTermsTermSet. getPayouts()PayoutsServiceTermsPayoutsServiceTerms. setCashLimit(CashLimitSelector cash_limit)PayoutsServiceTermsPayoutsServiceTerms. setFees(CashFlowSelector fees)PayoutsServiceTermsPayoutsServiceTerms. setPayoutMethods(PayoutMethodSelector payout_methods)PayoutsServiceTermsPayoutsServiceTerms. setPayoutSchedules(BusinessScheduleSelector payout_schedules)Methods in dev.vality.damsel.domain with parameters of type PayoutsServiceTerms Modifier and Type Method Description intPayoutsServiceTerms. compareTo(PayoutsServiceTerms other)booleanPayoutsServiceTerms. equals(PayoutsServiceTerms that)TermSetTermSet. setPayouts(PayoutsServiceTerms payouts)Constructors in dev.vality.damsel.domain with parameters of type PayoutsServiceTerms Constructor Description PayoutsServiceTerms(PayoutsServiceTerms other)Performs a deep copy on other.