Class DigitalWalletType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.DigitalWalletType
Details of a digital wallet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringWallet service (e.g.: PayPal)@NotNull StringUnique Id of the account in the serviceURI pointing at the digital wallet (e.g.: https://paypal.me/johndoe)inthashCode()voidsetService(String service) voidsetWalletId(String walletId) voidsetWalletUrl(String walletUrl) toString()
-
Constructor Details
-
DigitalWalletType
public DigitalWalletType()
-
-
Method Details
-
service
-
getService
Wallet service (e.g.: PayPal)- Returns:
- service
-
setService
-
walletId
-
getWalletId
Unique Id of the account in the service- Returns:
- walletId
-
setWalletId
-
walletUrl
-
getWalletUrl
URI pointing at the digital wallet (e.g.: https://paypal.me/johndoe)- Returns:
- walletUrl
-
setWalletUrl
-
equals
-
hashCode
public int hashCode() -
toString
-