public class AccountOnFileAttribute extends Object
| Constructor and Description |
|---|
AccountOnFileAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Name of the key or property
|
String |
getMustWriteReason()
Deprecated: This field is not used by any payment product
The reason why the status is MUST_WRITE.
|
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.
|
String |
getValue()
Value of the key or property
|
void |
setKey(String value)
Name of the key or property
|
void |
setMustWriteReason(String value)
Deprecated: This field is not used by any payment product
The reason why the status is MUST_WRITE.
|
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.
|
void |
setValue(String value)
Value of the key or property
|
AccountOnFileAttribute |
withKey(String value)
Name of the key or property
|
AccountOnFileAttribute |
withMustWriteReason(String value)
Deprecated: This field is not used by any payment product
The reason why the status is MUST_WRITE.
|
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.
|
AccountOnFileAttribute |
withValue(String value)
Value of the key or property
|
public String getKey()
public void setKey(String value)
public AccountOnFileAttribute withKey(String value)
public String getMustWriteReason()
public void setMustWriteReason(String value)
public AccountOnFileAttribute withMustWriteReason(String value)
public String getStatus()
public void setStatus(String value)
public AccountOnFileAttribute withStatus(String value)
public String getValue()
public void setValue(String value)
public AccountOnFileAttribute withValue(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.