Enum ScraperAccountNumberType

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll

Type of account identification required for a product.

public enum ScraperAccountNumberType

Fields

IBAN = 1

The account is identified by its IBAN.

Null = 0

Undefined or uninitialized account number type.

PAN = 2

The account is identified by its credit card number (PAN).

Remarks

Note that the type of account identification is independent from the type of product. Do not assume a product type based on its account number type.

See Also