The response schema for the GetAttributes operation.

Export

GetAttributesResponse

interface GetAttributesResponse {
    buyer?: GetAttributesResponseBuyer;
    errors?: Error[];
}

Properties

Properties

Memberof

GetAttributesResponse

errors?: Error[]

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

Memberof

GetAttributesResponse