Class CreateOrderRequest
java.lang.Object
de.codebarista.shopware.model.core.CreateOrderRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class CreateOrderRequest
extends Object
CreateOrderRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaffiliateCode(String affiliateCode) campaignCode(String campaignCode) customerComment(String customerComment) booleanThe affiliate code can be used to track which referrer the customer came through.The campaign code is used to track which action the customer came from.Adds a comment from the customer to the order.inthashCode()voidsetAffiliateCode(String affiliateCode) voidsetCampaignCode(String campaignCode) voidsetCustomerComment(String customerComment) toString()
-
Field Details
-
JSON_PROPERTY_CUSTOMER_COMMENT
- See Also:
-
JSON_PROPERTY_AFFILIATE_CODE
- See Also:
-
JSON_PROPERTY_CAMPAIGN_CODE
- See Also:
-
-
Constructor Details
-
CreateOrderRequest
public CreateOrderRequest()
-
-
Method Details
-
customerComment
-
getCustomerComment
Adds a comment from the customer to the order.- Returns:
- customerComment
-
setCustomerComment
-
affiliateCode
-
getAffiliateCode
The affiliate code can be used to track which referrer the customer came through. An example could be `Price-comparison-company-XY`.- Returns:
- affiliateCode
-
setAffiliateCode
-
campaignCode
-
getCampaignCode
The campaign code is used to track which action the customer came from. An example could be `Summer-Deals`- Returns:
- campaignCode
-
setCampaignCode
-
equals
-
hashCode
public int hashCode() -
toString
-