Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntegrationReference

    Reference to a Payment Integration.

    interface PaymentIntegrationReference {
        id: string;
        typeId: "payment-integration";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Payment Integration.

    typeId: "payment-integration"

    Type of referenced resource.