PasswordChangeIndicator
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. |