PaymentMethodIndicator

From Barion Documentation
Revision as of 07:03, 18 July 2019 by Botza (talk | contribs) (Created page with "{{PageTitle|title=PaymentMethodIndicator enumeration}} This enum indicates when had the payer added the card to it's account. = Included in = Payment method indicator are u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PaymentMethodIndicator enumeration

This enum indicates when had the payer added the card to it's account.

Included in

Payment method indicator are used in the following structures:

Enum list

Enum value Byte / int value Description
NoAccount 0 The card has not been added, it's a guest payment.
ThisTransaction 10 The card has been added with this payment.
LessThan30Days 20 The card has been added less than 30 days ago.
Between30And60Days 30 The card has been added between 30 and 60 days ago.
MoreThan60Days 40 The card has been added more than 60 days ago.