Uses of Class
dev.vality.damsel.domain.PaymentServiceRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat |
-
Uses of PaymentServiceRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentServiceRef Modifier and Type Field Description PaymentServiceRefDigitalWallet. payment_servicePaymentServiceRefGenericPaymentMethod. payment_serviceСервис, обслуживающий данный платёжный инструмент.PaymentServiceRefGenericPaymentTool. payment_serviceСервис, обслуживающий данный платёжный инструмент.PaymentServiceRefPaymentTerminal. payment_servicePaymentServiceRefPaymentServiceObject. refMethods in dev.vality.damsel.domain that return PaymentServiceRef Modifier and Type Method Description PaymentServiceRefPaymentServiceRef. deepCopy()PaymentServiceRefPaymentMethod. getDigitalWallet()PaymentServiceRefDigitalWallet. getPaymentService()PaymentServiceRefGenericPaymentMethod. getPaymentService()Сервис, обслуживающий данный платёжный инструмент.PaymentServiceRefGenericPaymentTool. getPaymentService()Сервис, обслуживающий данный платёжный инструмент.PaymentServiceRefPaymentTerminal. getPaymentService()PaymentServiceRefReference. getPaymentService()PaymentServiceRefDigitalWalletConditionDefinition. getPaymentServiceIs()PaymentServiceRefGenericPaymentToolCondition. getPaymentServiceIs()PaymentServiceRefPaymentTerminalConditionDefinition. getPaymentServiceIs()PaymentServiceRefPaymentMethod. getPaymentTerminal()PaymentServiceRefPaymentServiceObject. getRef()PaymentServiceRefPaymentServiceRef. setId(String id)Methods in dev.vality.damsel.domain with parameters of type PaymentServiceRef Modifier and Type Method Description intPaymentServiceRef. compareTo(PaymentServiceRef other)static PaymentMethodPaymentMethod. digital_wallet(PaymentServiceRef value)booleanPaymentServiceRef. equals(PaymentServiceRef that)static ReferenceReference. payment_service(PaymentServiceRef value)static DigitalWalletConditionDefinitionDigitalWalletConditionDefinition. payment_service_is(PaymentServiceRef value)static GenericPaymentToolConditionGenericPaymentToolCondition. payment_service_is(PaymentServiceRef value)static PaymentTerminalConditionDefinitionPaymentTerminalConditionDefinition. payment_service_is(PaymentServiceRef value)static PaymentMethodPaymentMethod. payment_terminal(PaymentServiceRef value)voidPaymentMethod. setDigitalWallet(PaymentServiceRef value)DigitalWalletDigitalWallet. setPaymentService(PaymentServiceRef payment_service)GenericPaymentMethodGenericPaymentMethod. setPaymentService(PaymentServiceRef payment_service)Сервис, обслуживающий данный платёжный инструмент.GenericPaymentToolGenericPaymentTool. setPaymentService(PaymentServiceRef payment_service)Сервис, обслуживающий данный платёжный инструмент.PaymentTerminalPaymentTerminal. setPaymentService(PaymentServiceRef payment_service)voidReference. setPaymentService(PaymentServiceRef value)voidDigitalWalletConditionDefinition. setPaymentServiceIs(PaymentServiceRef value)voidGenericPaymentToolCondition. setPaymentServiceIs(PaymentServiceRef value)voidPaymentTerminalConditionDefinition. setPaymentServiceIs(PaymentServiceRef value)voidPaymentMethod. setPaymentTerminal(PaymentServiceRef value)PaymentServiceObjectPaymentServiceObject. setRef(PaymentServiceRef ref)Constructors in dev.vality.damsel.domain with parameters of type PaymentServiceRef Constructor Description GenericPaymentMethod(PaymentServiceRef payment_service)GenericPaymentTool(PaymentServiceRef payment_service)PaymentServiceObject(PaymentServiceRef ref, PaymentService data)PaymentServiceRef(PaymentServiceRef other)Performs a deep copy on other. -
Uses of PaymentServiceRef in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as PaymentServiceRef Modifier and Type Field Description PaymentServiceRefDigitalWallet. payment_servicePaymentServiceRefPaymentTerminal. payment_serviceMethods in dev.vality.damsel.merch_stat that return PaymentServiceRef Modifier and Type Method Description PaymentServiceRefDigitalWallet. getPaymentService()PaymentServiceRefPaymentTerminal. getPaymentService()Methods in dev.vality.damsel.merch_stat with parameters of type PaymentServiceRef Modifier and Type Method Description DigitalWalletDigitalWallet. setPaymentService(PaymentServiceRef payment_service)PaymentTerminalPaymentTerminal. setPaymentService(PaymentServiceRef payment_service)