The response schema for the getOrderAddress operation.

GetOrderAddressResponse

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

Properties

Properties

errors?: Error[]

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

GetOrderAddressResponse

payload?: OrderAddress

GetOrderAddressResponse