Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,26 @@ public function getSku();
public function getValue();

/**
* <p>Sets the country for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|string
*/
public function getCountry();

/**
* <p>Sets the CustomerGroup for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|CustomerGroupKeyReference
*/
public function getCustomerGroup();

/**
* <p>Sets the product distribution Channel for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|ChannelKeyReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ public function getValue()
}

/**
* <p>Sets the country for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|string
Expand All @@ -146,8 +146,8 @@ public function getCountry()
}

/**
* <p>Sets the CustomerGroup for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|CustomerGroupKeyReference
Expand All @@ -158,8 +158,8 @@ public function getCustomerGroup()
}

/**
* <p>Sets the product distribution Channel for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*

* @return null|ChannelKeyReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ public function getValue()
}

/**
* <p>Sets the country for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*
*
* @return null|string
Expand All @@ -212,8 +212,8 @@ public function getCountry()
}

/**
* <p>Sets the CustomerGroup for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*
*
* @return null|CustomerGroupKeyReference
Expand All @@ -234,8 +234,8 @@ public function getCustomerGroup()
}

/**
* <p>Sets the product distribution Channel for which this Price is valid.</p>
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
*
*
* @return null|ChannelKeyReference
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df53588d26d7953dfdf44166866ca03045f0a70b
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175
505b3af56b4452b22dfb595f93e010b3e2fccc53
7375cdc26481ba55e756479a87270432635bfcf7
df53588d26d7953dfdf44166866ca03045f0a70b
6b69c5425fe16564147deb9b1d6a9a1078dc5330
Loading