AccountChangeIndicator: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=AccountChangeIndicator enumeration}} This enum indicates the length of the time period spent since the account was changed. = Included in = Account creati...")
 
No edit summary
 
Line 5: Line 5:
= Included in =
= Included in =


Account creation indicator are used in the following structures:
Account change indicator are used in the following structures:
* [[PayerAccountInformation]]
* [[PayerAccountInformation]]


Line 12: Line 12:
{{api_enum_table_header}}
{{api_enum_table_header}}
|-
|-
| ChangedDuringThisTransaction|| 0 || No account was changed during this payment.
| ChangedDuringThisTransaction|| 0 || The account was changed during this payment.
|-
|-
| LessThan30Days||10|| The account was changed less than 30 days ago.
| LessThan30Days||10|| The account was changed less than 30 days ago.

Latest revision as of 08:08, 27 June 2019

AccountChangeIndicator enumeration

This enum indicates the length of the time period spent since the account was changed.

Included in

Account change indicator are used in the following structures:

Enum list

Enum value Byte / int value Description
ChangedDuringThisTransaction 0 The account was changed during this payment.
LessThan30Days 10 The account was changed less than 30 days ago.
Between30And60Days 20 The account was changed between 30 and 60 days ago.
MoreThan60Days 30 The account was changed more than 60 days ago.