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 a field based on its ID.

    Parameters

    • id: string

      The ID of the field to look for.

    Returns undefined | PaymentProductField

    The matching field, or undefined if there is no such field.

  • Finds a field based on its ID.

    Parameters

    • id: string

      The ID of the field to look for.

    Returns PaymentProductField

    The matching field.

    Throws

    If there is no such field.