Uses of Class
dev.vality.damsel.merch_stat.DigitalWallet
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of DigitalWallet in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return DigitalWallet Modifier and Type Method Description DigitalWalletDigitalWallet. deepCopy()DigitalWalletPaymentTool. getDigitalWallet()DigitalWalletDigitalWallet. setId(String id)DigitalWalletDigitalWallet. setPaymentService(PaymentServiceRef payment_service)Methods in dev.vality.damsel.merch_stat with parameters of type DigitalWallet Modifier and Type Method Description intDigitalWallet. compareTo(DigitalWallet other)static PaymentToolPaymentTool. digital_wallet(DigitalWallet value)booleanDigitalWallet. equals(DigitalWallet that)voidPaymentTool. setDigitalWallet(DigitalWallet value)Constructors in dev.vality.damsel.merch_stat with parameters of type DigitalWallet Constructor Description DigitalWallet(DigitalWallet other)Performs a deep copy on other.