interface StandalonePriceResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "standalone-price";
}

Properties

Properties

id?: string

Unique identifier of the referenced resource. Required if key is absent.

key?: string

User-defined unique identifier of the referenced resource. Required if id is absent.

typeId: "standalone-price"

Generated using TypeDoc