Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/products
ProductShipment
Interface ProductShipment
interface
ProductShipment
{
delivery
?:
Record
<
string
,
unknown
>
;
download
?:
Record
<
string
,
unknown
>
;
render
?:
Record
<
string
,
unknown
>
;
service
?:
Record
<
string
,
unknown
>
;
stream
?:
Record
<
string
,
unknown
>
;
type
:
ProductShipmentType
;
}
Index
Properties
delivery?
download?
render?
service?
stream?
type
Properties
Optional
delivery
delivery
?:
Record
<
string
,
unknown
>
Optional
download
download
?:
Record
<
string
,
unknown
>
Optional
render
render
?:
Record
<
string
,
unknown
>
Optional
service
service
?:
Record
<
string
,
unknown
>
Optional
stream
stream
?:
Record
<
string
,
unknown
>
type
type
:
ProductShipmentType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delivery
download
render
service
stream
type
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...