interface OfferOptionRequest {
    id: string;
    quantity: number;
}

Properties

Properties

id: string

Offer option ID.

quantity: number

The option requested quantity to set for the Web Hosting plan.