The response schema for the getPricing and getCompetitivePricing operations.

Export

GetPricingResponse

interface GetPricingResponse {
    errors?: Error[];
    payload?: Price[];
}

Properties

Properties

errors?: Error[]

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

Memberof

GetPricingResponse

payload?: Price[]

Memberof

GetPricingResponse