Class AccountOnFile

java.lang.Object
com.onlinepayments.domain.AccountOnFile

public class AccountOnFile extends Object
  • Constructor Details

    • AccountOnFile

      public AccountOnFile()
  • Method Details

    • getAttributes

      public List<AccountOnFileAttribute> getAttributes()
    • setAttributes

      public void setAttributes(List<AccountOnFileAttribute> value)
    • withAttributes

      public AccountOnFile withAttributes(List<AccountOnFileAttribute> value)
    • getDisplayHints

      public AccountOnFileDisplayHints getDisplayHints()
      Object containing information for the client on how best to display this field
    • setDisplayHints

      public void setDisplayHints(AccountOnFileDisplayHints value)
      Object containing information for the client on how best to display this field
    • withDisplayHints

      public AccountOnFile withDisplayHints(AccountOnFileDisplayHints value)
      Object containing information for the client on how best to display this field
    • getId

      public Integer getId()
    • setId

      public void setId(Integer value)
    • withId

      public AccountOnFile withId(Integer value)
    • getPaymentProductId

      public Integer getPaymentProductId()
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • setPaymentProductId

      public void setPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • withPaymentProductId

      public AccountOnFile withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.