Interface BasicPaymentProductGroup

A payment product group without its fields.

Hierarchy

Properties

accountsOnFile: AccountOnFile[]
allowsInstallments: boolean
deviceFingerprintEnabled: boolean
id: string
type: "group"

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

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.