Package com.onlinepayments.domain
Class AccountOnFileAttribute
java.lang.Object
com.onlinepayments.domain.AccountOnFileAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Name of the key or propertyDeprecated.DeprecatedPossible 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()Value of the key or propertyvoidName of the key or propertyvoidsetMustWriteReason(String value) Deprecated.DeprecatedvoidPossible 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.voidValue of the key or propertyName of the key or propertywithMustWriteReason(String value) Deprecated.DeprecatedwithStatus(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.Value of the key or property
-
Constructor Details
-
AccountOnFileAttribute
public AccountOnFileAttribute()
-
-
Method Details
-
getKey
Name of the key or property -
setKey
Name of the key or property -
withKey
Name of the key or property -
getMustWriteReason
Deprecated.DeprecatedDeprecated: 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.DeprecatedDeprecated: 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.DeprecatedDeprecated: 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
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
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
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
Value of the key or property -
setValue
Value of the key or property -
withValue
Value of the key or property
-