Enum ScraperAccountNumberType
Type of account identification required for a product.
public enum ScraperAccountNumberType
Fields
IBAN = 1The account is identified by its IBAN.
Null = 0Undefined or uninitialized account number type.
PAN = 2The 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.