The response schema for the getOrderAddress operation.

Export

GetOrderAddressResponse

interface GetOrderAddressResponse {
    errors?: Error[];
    payload?: OrderAddress;
}

Properties

Properties

errors?: Error[]

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

Memberof

GetOrderAddressResponse

payload?: OrderAddress

Memberof

GetOrderAddressResponse