The request schema for the purchaseLabels operation.

PurchaseLabelsRequest

interface PurchaseLabelsRequest {
    labelSpecification: LabelSpecification;
    rateId: string;
}

Properties

labelSpecification: LabelSpecification

PurchaseLabelsRequest

rateId: string

An identifier for the rating.

PurchaseLabelsRequest