Class TokenEWallet

java.lang.Object
com.onlinepayments.domain.TokenEWallet

public class TokenEWallet extends Object
  • Constructor Details

    • TokenEWallet

      public TokenEWallet()
  • Method Details

    • getAlias

      @Deprecated public String getAlias()
      Deprecated.
      This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
      Deprecated: This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
    • setAlias

      @Deprecated public void setAlias(String value)
      Deprecated.
      This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
      Deprecated: This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
    • withAlias

      @Deprecated public TokenEWallet withAlias(String value)
      Deprecated.
      This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
      Deprecated: This field is not used by any payment product An alias for the token. This can be used to visually represent the token.
    • getCustomer

      public CustomerToken getCustomer()
    • setCustomer

      public void setCustomer(CustomerToken value)
    • withCustomer

      public TokenEWallet withCustomer(CustomerToken value)