Class AccountOnFileAttribute

java.lang.Object
com.onlinepayments.domain.AccountOnFileAttribute

public class AccountOnFileAttribute extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the key or property
    Deprecated.
    Deprecated
    Possible values: READ_ONLY - attribute cannot be updated and should be presented in that way to the user CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    Value of the key or property
    void
    setKey(String value)
    Name of the key or property
    void
    Deprecated.
    Deprecated
    void
    Possible values: READ_ONLY - attribute cannot be updated and should be presented in that way to the user CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    void
    Value of the key or property
    withKey(String value)
    Name of the key or property
    Deprecated.
    Deprecated
    Possible values: READ_ONLY - attribute cannot be updated and should be presented in that way to the user CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    Value of the key or property

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccountOnFileAttribute

      public AccountOnFileAttribute()
  • Method Details

    • getKey

      public String getKey()
      Name of the key or property
    • setKey

      public void setKey(String value)
      Name of the key or property
    • withKey

      public AccountOnFileAttribute withKey(String value)
      Name of the key or property
    • getMustWriteReason

      @Deprecated public String getMustWriteReason()
      Deprecated.
      Deprecated
      Deprecated: This field is not used by any payment product The reason why the status is MUST_WRITE. Currently only "IN_THE_PAST" is possible as value (for expiry date), but this can be extended with new values in the future.
    • setMustWriteReason

      @Deprecated public void setMustWriteReason(String value)
      Deprecated.
      Deprecated
      Deprecated: This field is not used by any payment product The reason why the status is MUST_WRITE. Currently only "IN_THE_PAST" is possible as value (for expiry date), but this can be extended with new values in the future.
    • withMustWriteReason

      @Deprecated public AccountOnFileAttribute withMustWriteReason(String value)
      Deprecated.
      Deprecated
      Deprecated: This field is not used by any payment product The reason why the status is MUST_WRITE. Currently only "IN_THE_PAST" is possible as value (for expiry date), but this can be extended with new values in the future.
    • getStatus

      public String getStatus()
      Possible values:
      • READ_ONLY - attribute cannot be updated and should be presented in that way to the user
      • CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon
      • MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    • setStatus

      public void setStatus(String value)
      Possible values:
      • READ_ONLY - attribute cannot be updated and should be presented in that way to the user
      • CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon
      • MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    • withStatus

      public AccountOnFileAttribute withStatus(String value)
      Possible values:
      • READ_ONLY - attribute cannot be updated and should be presented in that way to the user
      • CAN_WRITE - attribute can be updated and should be presented as an editable field, for example an expiration date that will expire very soon
      • MUST_WRITE - attribute should be updated and must be presented as an editable field, for example an expiration date that has already expired Any updated values that are entered for CAN_WRITE or MUST_WRITE will be used to update the values stored in the token.
    • getValue

      public String getValue()
      Value of the key or property
    • setValue

      public void setValue(String value)
      Value of the key or property
    • withValue

      public AccountOnFileAttribute withValue(String value)
      Value of the key or property