PasswordChangeIndicator: Difference between revisions

From Barion Documentation
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 || || 0 || No password was not yet changed.
| NoChange || 0 || No password was not yet changed.
|-
|-
| ChangedDuringThisTransaction || 0 || The password was changed during this payment.
| ChangedDuringThisTransaction || 10 || The password was changed during this payment.
|-
|-
| LessThan30Days||10|| The password was changed less than 30 days ago.
| LessThan30Days||20|| The password was changed less than 30 days ago.
|-
|-
| Between30And60Days|| 20|| The password was changed between 30 and 60 days ago.
| Between30And60Days|| 30|| The password was changed between 30 and 60 days ago.
|-
|-
| MoreThan60Days|| 30 || The password was changed more than 60 days ago.
| 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.