AccountCreationIndicator: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Card type enumeration}} This enum indicates the type of a bank card. = Included in = Account creation indicator are used in the following structures: * ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageTitle|title=Card type enumeration}}
{{PageTitle|title=AccountCreationIndicator enumeration}}


This enum indicates the type of a bank card.
This enum indicates the length of the time period the account was created.


= Included in =
= Included in =
Line 23: Line 23:
|-
|-
|}
|}
'''NOTE:''' The enum value is returned as string.

Latest revision as of 08:01, 27 June 2019

AccountCreationIndicator enumeration

This enum indicates the length of the time period the account was created.

Included in

Account creation indicator are used in the following structures:

Enum list

Enum value Byte / int value Description
NoAccount 0 No account was created, it is a guest payment.
CreatedDuringThisTransaction 10 The account was created during this payment.
LessThan30Days 20 The account was created less than 30 days ago.
Between30And60Days 30 The account was created between 30 and 60 days ago.
MoreThan60Days 40 The account was created more than 60 days ago.