Enum ScraperAccountNumberType
Type of account identification required for a product.
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperAccountNumberType
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.
Fields
Name | Description |
---|---|
IBAN | The account is identified by its IBAN. |
Null | Undefined or uninitialized account number type. |
PAN | The account is identified by its credit card number (PAN). |