ordercloud-javascript-sdk
Preparing search index...
ShipEstimateResponse
Interface ShipEstimateResponse<TShipEstimateResponseXp, TShipEstimatesXp, TShipMethodsXp>
interface
ShipEstimateResponse
<
TShipEstimateResponseXp
=
any
,
TShipEstimatesXp
=
any
,
TShipMethodsXp
=
any
,
>
{
HttpStatusCode
?:
number
;
ShipEstimates
?:
ShipEstimate
<
TShipEstimatesXp
,
TShipMethodsXp
>
[]
;
Succeeded
?:
boolean
;
UnhandledErrorBody
?:
string
;
xp
?:
TShipEstimateResponseXp
;
}
Type Parameters
TShipEstimateResponseXp
=
any
TShipEstimatesXp
=
any
TShipMethodsXp
=
any
Index
Properties
Http
Status
Code?
Ship
Estimates?
Succeeded?
Unhandled
Error
Body?
xp?
Properties
Optional
Http
Status
Code
HttpStatusCode
?:
number
Optional
Ship
Estimates
ShipEstimates
?:
ShipEstimate
<
TShipEstimatesXp
,
TShipMethodsXp
>
[]
Optional
Succeeded
Succeeded
?:
boolean
Optional
Unhandled
Error
Body
UnhandledErrorBody
?:
string
Optional
xp
xp
?:
TShipEstimateResponseXp
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Http
Status
Code
Ship
Estimates
Succeeded
Unhandled
Error
Body
xp
ordercloud-javascript-sdk
Loading...