Class DigitalWalletType

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.DigitalWalletType

public class DigitalWalletType extends Object
Details of a digital wallet
  • Constructor Details

    • DigitalWalletType

      public DigitalWalletType()
  • Method Details

    • service

      public DigitalWalletType service(String service)
    • getService

      @NotNull public @NotNull String getService()
      Wallet service (e.g.: PayPal)
      Returns:
      service
    • setService

      public void setService(String service)
    • walletId

      public DigitalWalletType walletId(String walletId)
    • getWalletId

      @NotNull public @NotNull String getWalletId()
      Unique Id of the account in the service
      Returns:
      walletId
    • setWalletId

      public void setWalletId(String walletId)
    • walletUrl

      public DigitalWalletType walletUrl(String walletUrl)
    • getWalletUrl

      public String getWalletUrl()
      URI pointing at the digital wallet (e.g.: https://paypal.me/johndoe)
      Returns:
      walletUrl
    • setWalletUrl

      public void setWalletUrl(String walletUrl)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object