Skip to content

Commit e36bf56

Browse files
committed
build(codegen): updating SDK
1 parent b28d793 commit e36bf56

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shipping_method/ShippingRateTierType.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@
1616
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
1717
public interface ShippingRateTierType extends JsonEnum {
1818

19+
/**
20+
<p>CartValueTier based on the total value of the cart.</p> */
1921
ShippingRateTierType CART_VALUE = ShippingRateTierTypeEnum.CART_VALUE;
20-
22+
/**
23+
<p>CartClassificationTier based on classifications assigned to the cart.</p> */
2124
ShippingRateTierType CART_CLASSIFICATION = ShippingRateTierTypeEnum.CART_CLASSIFICATION;
22-
25+
/**
26+
<p>CartScoreTier based on a scoring system applied to the cart.</p> */
2327
ShippingRateTierType CART_SCORE = ShippingRateTierTypeEnum.CART_SCORE;
2428

2529
/**

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,4 @@ f94e106041ca73ddf1379a3450017c042ea2a170
422422
195169313ee8edc8449e7a272160ab4e28ad9fec
423423
b6f85c31ff715e0814a996a7d64089bec3c721eb
424424
dad479066925f91fc733f038afb66c7919409a4c
425+
9cd3688bae17a610f6653fd5eccebe50937548c7

0 commit comments

Comments
 (0)