Uses of Class
dev.vality.fistful.base.DigitalWallet
| Package | Description |
|---|---|
| dev.vality.fistful.base | |
| dev.vality.fistful.fistful_stat |
-
Uses of DigitalWallet in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as DigitalWallet Modifier and Type Field Description DigitalWalletResourceDigitalWallet. digital_walletMethods in dev.vality.fistful.base that return DigitalWallet Modifier and Type Method Description DigitalWalletDigitalWallet. deepCopy()DigitalWalletResourceDigitalWallet. getDigitalWallet()DigitalWalletDigitalWallet. setId(String id)DigitalWalletDigitalWallet. setPaymentService(PaymentServiceRef payment_service)DigitalWalletDigitalWallet. setToken(String token)Methods in dev.vality.fistful.base with parameters of type DigitalWallet Modifier and Type Method Description intDigitalWallet. compareTo(DigitalWallet other)booleanDigitalWallet. equals(DigitalWallet that)ResourceDigitalWalletResourceDigitalWallet. setDigitalWallet(DigitalWallet digital_wallet)Constructors in dev.vality.fistful.base with parameters of type DigitalWallet Constructor Description DigitalWallet(DigitalWallet other)Performs a deep copy on other.ResourceDigitalWallet(DigitalWallet digital_wallet) -
Uses of DigitalWallet in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return DigitalWallet Modifier and Type Method Description DigitalWalletDestinationResource. getDigitalWallet()Methods in dev.vality.fistful.fistful_stat with parameters of type DigitalWallet Modifier and Type Method Description static DestinationResourceDestinationResource. digital_wallet(DigitalWallet value)voidDestinationResource. setDigitalWallet(DigitalWallet value)