public static final class SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesOrderPricingSimulation |
build() |
SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder |
salesOrder(SalesOrderSimulation value)
Navigation property to_SalesOrder for SalesOrderPricingSimulation to single
SalesOrderSimulation.
|
SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder |
salesOrder(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder |
totalNetAmount(BigDecimal totalNetAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder |
transactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
@Nonnull public SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder salesOrder(SalesOrderSimulation value)
value
- The SalesOrderSimulation to build this SalesOrderPricingSimulation with.@Nonnull public SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder salesOrder(String value)
Original property name from the Odata EDM: SalesOrder
value
- The salesOrder to build this SalesOrderPricingSimulation with.public SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder totalNetAmount(@Nullable BigDecimal totalNetAmount)
Original property name from the Odata EDM: TotalNetAmount
account. The value is expressed in the document currency.public SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder transactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
The system proposes the document currency from the customer master record of the sold-to party. You can change the currency manually in the document. If you change the currency, the system recalculates prices for the entire document.
public SalesOrderPricingSimulation build()
Copyright © 2019 SAP SE. All rights reserved.