| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
AccountOnFileAttribute |
AccountOnFileAttribute.withKey(String value)
Name of the key or property
|
AccountOnFileAttribute |
AccountOnFileAttribute.withMustWriteReason(String value)
Deprecated: This field is not used by any payment product
The reason why the status is MUST_WRITE.
|
AccountOnFileAttribute |
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 |
AccountOnFileAttribute.withValue(String value)
Value of the key or property
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountOnFileAttribute> |
AccountOnFile.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountOnFile.setAttributes(List<AccountOnFileAttribute> value) |
AccountOnFile |
AccountOnFile.withAttributes(List<AccountOnFileAttribute> value) |
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.