commerce_ordermanagement.ProductData

Product Data

Since 246

Constructors 

global ProductData() 

Instantiates a new Product Data. Including the java reference Dto

global ProductData(sfdc productDataDto) 

Internal constructor to set the java reference Dto

Parameters 

ParamDescription
productDataDtothe product data dto

Methods 

global String getProduct() 

Gets product.

Returns 

TypeDescription
Stringthe product

global void setProduct(String product) 

Sets product.

Parameters 

ParamDescription
productthe product

global List<Reason> getReturnReasons() 

Gets return reasons.

Returns 

TypeDescription
Listthe return reasons

global void setReturnReasons(List<Reason> returnReasons) 

Sets return reasons.

Parameters 

ParamDescription
returnReasonsthe return reasons

Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!