| Package | Description |
|---|---|
| com.mulesoft.connectors.dynamics365bc.citizen.api.enums | |
| com.mulesoft.connectors.dynamics365bc.citizen.api.model |
| Modifier and Type | Method and Description |
|---|---|
static LineType |
LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SalesOrderLine(String lineObjectNumber,
LineType lineType,
LocalDate date) |
SalesOrderLine(String lineObjectNumber,
LineType lineType,
String description,
Integer quantity,
Float unitPrice,
Float discountAmount,
Float discountPercent,
LocalDate shipmentDate,
Integer invoiceQuantity,
Integer shipQuantity,
Integer sequence,
String itemVariantId) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.