PasswordChangeIndicator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=PasswordChangeIndicator enumeration}} This enum indicates the length of the time period spent since the payer changed it's password. = Included in = Passw...") |
No edit summary |
||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| NoChange | | NoChange || 0 || No password was not yet changed. | ||
|- | |- | ||
| ChangedDuringThisTransaction || | | ChangedDuringThisTransaction || 10 || The password was changed during this payment. | ||
|- | |- | ||
| LessThan30Days|| | | LessThan30Days||20|| The password was changed less than 30 days ago. | ||
|- | |- | ||
| Between30And60Days|| | | Between30And60Days|| 30|| The password was changed between 30 and 60 days ago. | ||
|- | |- | ||
| MoreThan60Days|| | | MoreThan60Days|| 40 || The password was changed more than 60 days ago. | ||
|- | |- | ||
|} | |} |
Revision as of 08:09, 27 June 2019
PasswordChangeIndicator enumeration
This enum indicates the length of the time period spent since the payer changed it's password.
Included in
Password change indicator are used in the following structures:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
NoChange | 0 | No password was not yet changed. |
ChangedDuringThisTransaction | 10 | The password was changed during this payment. |
LessThan30Days | 20 | The password was changed less than 30 days ago. |
Between30And60Days | 30 | The password was changed between 30 and 60 days ago. |
MoreThan60Days | 40 | The password was changed more than 60 days ago. |