Uses of Class
dev.vality.damsel.domain.DigitalWallet
Packages that use DigitalWallet
Package
Description
-
Uses of DigitalWallet in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return DigitalWalletModifier and TypeMethodDescriptionDigitalWallet.deepCopy()PaymentTool.getDigitalWallet()DigitalWallet.setAccountIdentityNumber(String account_identity_number) DigitalWallet.setAccountName(String account_name) DigitalWallet.setPaymentService(PaymentServiceRef payment_service) Methods in dev.vality.damsel.domain with parameters of type DigitalWalletModifier and TypeMethodDescriptionintDigitalWallet.compareTo(DigitalWallet other) static PaymentToolPaymentTool.digital_wallet(DigitalWallet value) booleanDigitalWallet.equals(DigitalWallet that) voidPaymentTool.setDigitalWallet(DigitalWallet value) Constructors in dev.vality.damsel.domain with parameters of type DigitalWallet -
Uses of DigitalWallet in dev.vality.damsel.payment_tool_token
Fields in dev.vality.damsel.payment_tool_token declared as DigitalWalletMethods in dev.vality.damsel.payment_tool_token that return DigitalWalletMethods in dev.vality.damsel.payment_tool_token with parameters of type DigitalWalletModifier and TypeMethodDescriptionDigitalWalletPayload.setDigitalWallet(DigitalWallet digital_wallet) Constructors in dev.vality.damsel.payment_tool_token with parameters of type DigitalWallet -
Uses of DigitalWallet in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return DigitalWalletMethods in dev.vality.damsel.withdrawals.domain with parameters of type DigitalWalletModifier and TypeMethodDescriptionstatic DestinationDestination.digital_wallet(DigitalWallet value) voidDestination.setDigitalWallet(DigitalWallet value)