Uses of Class
dev.vality.damsel.domain.PayoutMethodObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PayoutMethodObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PayoutMethodObject Modifier and Type Method Description PayoutMethodObjectPayoutMethodObject. deepCopy()PayoutMethodObjectDomainObject. getPayoutMethod()PayoutMethodObjectPayoutMethodObject. setData(PayoutMethodDefinition data)PayoutMethodObjectPayoutMethodObject. setRef(PayoutMethodRef ref)Methods in dev.vality.damsel.domain with parameters of type PayoutMethodObject Modifier and Type Method Description intPayoutMethodObject. compareTo(PayoutMethodObject other)booleanPayoutMethodObject. equals(PayoutMethodObject that)static DomainObjectDomainObject. payout_method(PayoutMethodObject value)voidDomainObject. setPayoutMethod(PayoutMethodObject value)Constructors in dev.vality.damsel.domain with parameters of type PayoutMethodObject Constructor Description PayoutMethodObject(PayoutMethodObject other)Performs a deep copy on other.