Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerReference

    interface CustomerReference {
        id: string;
        typeId: "customer";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Customer.

    typeId: "customer"

    Type of referenced resource.