Uses of Class
dev.vality.damsel.domain.PaymentMethodRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PaymentMethodRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentMethodRef Modifier and Type Field Description PaymentMethodRefPaymentMethodObject. refMethods in dev.vality.damsel.domain that return PaymentMethodRef Modifier and Type Method Description PaymentMethodRefPaymentMethodRef. deepCopy()PaymentMethodRefReference. getPaymentMethod()PaymentMethodRefPaymentMethodObject. getRef()PaymentMethodRefPaymentMethodRef. setId(PaymentMethod id)Methods in dev.vality.damsel.domain that return types with arguments of type PaymentMethodRef Modifier and Type Method Description Set<PaymentMethodRef>PaymentMethodSelector. getValue()Methods in dev.vality.damsel.domain with parameters of type PaymentMethodRef Modifier and Type Method Description intPaymentMethodRef. compareTo(PaymentMethodRef other)booleanPaymentMethodRef. equals(PaymentMethodRef that)static ReferenceReference. payment_method(PaymentMethodRef value)voidReference. setPaymentMethod(PaymentMethodRef value)PaymentMethodObjectPaymentMethodObject. setRef(PaymentMethodRef ref)Method parameters in dev.vality.damsel.domain with type arguments of type PaymentMethodRef Modifier and Type Method Description voidPaymentMethodSelector. setValue(Set<PaymentMethodRef> value)static PaymentMethodSelectorPaymentMethodSelector. value(Set<PaymentMethodRef> value)Constructors in dev.vality.damsel.domain with parameters of type PaymentMethodRef Constructor Description PaymentMethodObject(PaymentMethodRef ref, PaymentMethodDefinition data)PaymentMethodRef(PaymentMethodRef other)Performs a deep copy on other. -
Uses of PaymentMethodRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentMethodRef Modifier and Type Field Description PaymentMethodRefVarset. payment_methodMethods in dev.vality.damsel.payment_processing that return PaymentMethodRef Modifier and Type Method Description PaymentMethodRefVarset. getPaymentMethod()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentMethodRef Modifier and Type Method Description VarsetVarset. setPaymentMethod(PaymentMethodRef payment_method)