PasswordChangeIndicator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| NoChange || 0 || | | NoChange || 0 || The password was not yet changed. | ||
|- | |- | ||
| ChangedDuringThisTransaction || 10 || The password was changed during this payment. | | ChangedDuringThisTransaction || 10 || The password was changed during this payment. |
Latest 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 | The 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. |