Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 24, 2023
1 parent 1779f51 commit b2c8735
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function getCreatedBy();
public function getKey();

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function getKey()
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface ShippingMethodChangeNameAction extends ShippingMethodUpdateAction
public const FIELD_NAME = 'name';

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a <a href="ctp:api:type:Project">Project</a>. Must not be empty.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class ShippingMethodChangeNameActionBuilder implements Builder
private $name;

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a <a href="ctp:api:type:Project">Project</a>. Must not be empty.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getAction()
}

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a <a href="ctp:api:type:Project">Project</a>. Must not be empty.</p>
*
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface ShippingMethodDraft extends JsonObject
public function getKey();

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function getKey()
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function getKey()
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function getKey()
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a <a href="ctp:api:type:Project">Project</a>.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ da5022ed759c0ebb3b80c15eb62488c7584dfeba
b25b7cc02df72845f3045528120267d1b6330e0a
8e6bc39ae805ea9d9f046fb70734980f82bbb272
a42ea3414ae796fb2950409c4b0df88b49630af1
0f29272a37fe4a95a52ca8b6de729aac1eb67756

0 comments on commit b2c8735

Please sign in to comment.