ordercloud-javascript-sdk
Preparing search index...
OrderSplitResult
Interface OrderSplitResult<TFromUserXp, TBillingAddressXp, TOutgoingOrdersXp>
interface
OrderSplitResult
<
TFromUserXp
=
any
,
TBillingAddressXp
=
any
,
TOutgoingOrdersXp
=
any
,
>
{
OutgoingOrders
?:
Order
<
TOutgoingOrdersXp
,
TFromUserXp
,
TBillingAddressXp
,
>
[]
;
RemainingLineItemIDs
?:
string
[]
;
}
Type Parameters
TFromUserXp
=
any
TBillingAddressXp
=
any
TOutgoingOrdersXp
=
any
Index
Properties
Outgoing
Orders?
Remaining
Line
Item
I
Ds?
Properties
Optional
Outgoing
Orders
OutgoingOrders
?:
Order
<
TOutgoingOrdersXp
,
TFromUserXp
,
TBillingAddressXp
>
[]
Optional
Remaining
Line
Item
I
Ds
RemainingLineItemIDs
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Outgoing
Orders
Remaining
Line
Item
I
Ds
ordercloud-javascript-sdk
Loading...