Class PriceCalculate
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.PriceCalculate
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class PriceCalculate
extends Object
Request sent by the client. Contains all relevant information for the price calculation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) addPriceCalculateBodyItem(PriceCalculateBase priceCalculateBodyItem) arTSHeader(ARTSCommonHeaderType arTSHeader) booleangetAny()This is currently not supported.Get arTSHeaderMajor version of the Client API version to be used.Minor version of the Client API version to be used.Contains the items for which a price calculation should be performed and additional information about how it is performed.inthashCode()internalMajorVersion(Integer internalMajorVersion) internalMinorVersion(Integer internalMinorVersion) priceCalculateBody(List<PriceCalculateBase> priceCalculateBody) voidvoidsetArTSHeader(ARTSCommonHeaderType arTSHeader) voidsetInternalMajorVersion(Integer internalMajorVersion) voidsetInternalMinorVersion(Integer internalMinorVersion) voidsetPriceCalculateBody(List<PriceCalculateBase> priceCalculateBody) toString()
-
Constructor Details
-
PriceCalculate
public PriceCalculate()
-
-
Method Details
-
arTSHeader
-
getArTSHeader
Get arTSHeader- Returns:
- arTSHeader
-
setArTSHeader
-
priceCalculateBody
-
addPriceCalculateBodyItem
-
getPriceCalculateBody
Contains the items for which a price calculation should be performed and additional information about how it is performed.- Returns:
- priceCalculateBody
-
setPriceCalculateBody
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
internalMajorVersion
-
getInternalMajorVersion
Major version of the Client API version to be used. For Client API version X.Y, this field corresponds to the X part. Currently allowed versions of the Client API are 1.0, 2.0, 2.1., 3.0, 4.0, 5.0, 6.0. In a cloud environment, only version 2.1 or higher may be used. minimum: 1 maximum: 6- Returns:
- internalMajorVersion
-
setInternalMajorVersion
-
internalMinorVersion
-
getInternalMinorVersion
Minor version of the Client API version to be used. For Client API version X.Y, this field corresponds to the Y part. minimum: 0 maximum: 1- Returns:
- internalMinorVersion
-
setInternalMinorVersion
-
equals
-
hashCode
public int hashCode() -
toString
-