interface StandalonePriceReference {
    id: string;
    obj?: StandalonePrice;
    typeId: "standalone-price";
}

Properties

Properties

id: string

Unique ID of the referenced resource.

Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.

typeId: "standalone-price"

Generated using TypeDoc