Uses of Class
dev.vality.damsel.domain.PayoutMethodRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PayoutMethodRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutMethodRef Modifier and Type Field Description PayoutMethodRefPayoutMethodObject. refMethods in dev.vality.damsel.domain that return PayoutMethodRef Modifier and Type Method Description PayoutMethodRefPayoutMethodRef. deepCopy()PayoutMethodRefReference. getPayoutMethod()PayoutMethodRefCondition. getPayoutMethodIs()PayoutMethodRefPayoutMethodObject. getRef()PayoutMethodRefPayoutMethodRef. setId(PayoutMethod id)Methods in dev.vality.damsel.domain that return types with arguments of type PayoutMethodRef Modifier and Type Method Description Set<PayoutMethodRef>PayoutMethodSelector. getValue()Methods in dev.vality.damsel.domain with parameters of type PayoutMethodRef Modifier and Type Method Description intPayoutMethodRef. compareTo(PayoutMethodRef other)booleanPayoutMethodRef. equals(PayoutMethodRef that)static ReferenceReference. payout_method(PayoutMethodRef value)static ConditionCondition. payout_method_is(PayoutMethodRef value)voidReference. setPayoutMethod(PayoutMethodRef value)voidCondition. setPayoutMethodIs(PayoutMethodRef value)PayoutMethodObjectPayoutMethodObject. setRef(PayoutMethodRef ref)Method parameters in dev.vality.damsel.domain with type arguments of type PayoutMethodRef Modifier and Type Method Description voidPayoutMethodSelector. setValue(Set<PayoutMethodRef> value)static PayoutMethodSelectorPayoutMethodSelector. value(Set<PayoutMethodRef> value)Constructors in dev.vality.damsel.domain with parameters of type PayoutMethodRef Constructor Description PayoutMethodObject(PayoutMethodRef ref, PayoutMethodDefinition data)PayoutMethodRef(PayoutMethodRef other)Performs a deep copy on other. -
Uses of PayoutMethodRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PayoutMethodRef Modifier and Type Field Description PayoutMethodRefComputeContractTermsVarset. payout_methodPayoutMethodRefComputeShopTermsVarset. payout_methodPayoutMethodRefVarset. payout_methodMethods in dev.vality.damsel.payment_processing that return PayoutMethodRef Modifier and Type Method Description PayoutMethodRefComputeContractTermsVarset. getPayoutMethod()PayoutMethodRefComputeShopTermsVarset. getPayoutMethod()PayoutMethodRefVarset. getPayoutMethod()Methods in dev.vality.damsel.payment_processing with parameters of type PayoutMethodRef Modifier and Type Method Description ComputeContractTermsVarsetComputeContractTermsVarset. setPayoutMethod(PayoutMethodRef payout_method)ComputeShopTermsVarsetComputeShopTermsVarset. setPayoutMethod(PayoutMethodRef payout_method)VarsetVarset. setPayoutMethod(PayoutMethodRef payout_method)