projects/congarevenuecloud/ecommerce/src/lib/modules/order/services/order.service.ts
Defines the order payload required to perform order update action.
Properties |
|
BillToAccount |
BillToAccount:
|
Type : Account
|
Optional |
Billing Account on the order record |
Id |
Id:
|
Type : string
|
Optional |
string identifier of the order record |
Name |
Name:
|
Type : string
|
Optional |
name of the order record |
PrimaryContact |
PrimaryContact:
|
Type : Contact
|
Optional |
Primary contact on the order record |
ShipToAccount |
ShipToAccount:
|
Type : Account
|
Optional |
Shipping Account on the order record |
SoldToAccount |
SoldToAccount:
|
Type : Account
|
Optional |
Sold to Account on the order record |