PaymentMethodIndicator: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 07:03, 18 July 2019

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.