A payment product without its fields.

Hierarchy

Properties

accountsOnFile: AccountOnFile[]
acquirerCountry?: string
allowsInstallments: boolean
allowsRecurring: boolean
allowsTokenization: boolean
authenticationIndicator?: AuthenticationIndicator
autoTokenized: boolean
canBeIframed?: boolean
deviceFingerprintEnabled: boolean
id: number
isAuthenticationSupported?: boolean
isJavaScriptRequired?: boolean
maxAmount?: number
minAmount?: number
mobileIntegrationLevel: string
paymentMethod: string
paymentProduct302SpecificData?: PaymentProduct302SpecificData
paymentProduct320SpecificData?: PaymentProduct320SpecificData
paymentProduct863SpecificData?: PaymentProduct863SpecificData
paymentProductGroup?: string
supportsMandates?: boolean
type: "product"

The type. This can be used to easily see if a payment item is a payment product or not.

usesRedirectionTo3rdParty: boolean

Methods

  • Finds an account on file based on its ID.

    Parameters

    • id: number

      The ID of the account on file to look for.

    Returns undefined | AccountOnFile

    The matching account on file, or undefined if there is no such account on file.

  • Finds an account on file based on its ID.

    Parameters

    • id: number

      The ID of the account on file to look for.

    Returns AccountOnFile

    The matching account on file.

    Throws

    If there is no such account on file.