Interface StandalonePriceCreatedMessagePayload

Generated after a successful Create StandalonePrice request.

interface StandalonePriceCreatedMessagePayload {
    standalonePrice: StandalonePrice;
    type: "StandalonePriceCreated";
}

Properties

standalonePrice: StandalonePrice

Standalone Price that was created.

type: "StandalonePriceCreated"

Generated using TypeDoc