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 Sep 14, 2022
1 parent 28fc31e commit 69bb08f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ public interface ReferenceTypeId {
*/
ReferenceTypeId STAGED_QUOTE = ReferenceTypeIdEnum.STAGED_QUOTE;
/**
<p>References a <a href="ctp:api:type:StandalonePrice">StandalonePrice</a>.</p>
*/
ReferenceTypeId STANDALONE_PRICE = ReferenceTypeIdEnum.STANDALONE_PRICE;
/**
<p>References a <a href="ctp:api:type:State">State</a>.</p>
Expand Down Expand Up @@ -215,6 +220,8 @@ enum ReferenceTypeIdEnum implements ReferenceTypeId {

STAGED_QUOTE("staged-quote"),

STANDALONE_PRICE("standalone-price"),

STATE("state"),

STORE("store"),
Expand Down

0 comments on commit 69bb08f

Please sign in to comment.