The response schema for the purchaseLabels operation.

PurchaseLabelsResponse

interface PurchaseLabelsResponse {
    errors?: Error[];
    payload?: PurchaseLabelsResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

PurchaseLabelsResponse

PurchaseLabelsResponse