Skip to content

Commit 2819763

Browse files
committed
build(codegen): updating SDK
1 parent ce82403 commit 2819763

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
</details>
3434

3535

36+
<details>
37+
<summary>Added Enum(s)</summary>
38+
39+
- added enum `payment-method` to type `ResourceTypeId`
40+
- added enum `payment-method-info` to type `ResourceTypeId`
41+
</details>
42+
43+
3644
<details>
3745
<summary>MarkDeprecated Property(s)</summary>
3846

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/ResourceTypeId.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ public interface ResourceTypeId extends JsonEnum {
8383
<p><a href="https://docs.commercetools.com/apis/ctp:api:type:PaymentAddInterfaceInteractionAction" rel="nofollow">InterfaceInteraction</a> on <a href="https://docs.commercetools.com/apis/ctp:api:type:Payment" rel="nofollow">Payment</a></p> */
8484
ResourceTypeId PAYMENT_INTERFACE_INTERACTION = ResourceTypeIdEnum.PAYMENT_INTERFACE_INTERACTION;
8585
/**
86+
<p><a href="https://docs.commercetools.com/apis/ctp:api:type:PaymentMethod" rel="nofollow">PaymentMethod</a></p> */
87+
ResourceTypeId PAYMENT_METHOD = ResourceTypeIdEnum.PAYMENT_METHOD;
88+
/**
89+
<p><a href="https://docs.commercetools.com/apis/ctp:api:type:PaymentMethodInfo" rel="nofollow">PaymentMethodInfo</a> on <a href="https://docs.commercetools.com/apis/ctp:api:type:Payment" rel="nofollow">Payment</a></p> */
90+
ResourceTypeId PAYMENT_METHOD_INFO = ResourceTypeIdEnum.PAYMENT_METHOD_INFO;
91+
/**
8692
<p><a href="https://docs.commercetools.com/apis/ctp:api:type:Price" rel="nofollow">Embedded Price</a> on <a href="https://docs.commercetools.com/apis/ctp:api:type:ProductVariant" rel="nofollow">ProductVariant</a></p> */
8793
ResourceTypeId PRODUCT_PRICE = ResourceTypeIdEnum.PRODUCT_PRICE;
8894
/**
@@ -236,6 +242,16 @@ enum ResourceTypeIdEnum implements ResourceTypeId {
236242
*/
237243
PAYMENT_INTERFACE_INTERACTION("payment-interface-interaction"),
238244

245+
/**
246+
* payment-method
247+
*/
248+
PAYMENT_METHOD("payment-method"),
249+
250+
/**
251+
* payment-method-info
252+
*/
253+
PAYMENT_METHOD_INFO("payment-method-info"),
254+
239255
/**
240256
* product-price
241257
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,3 +510,4 @@ a9036bab196a3dde968700b8bcd043559ebeec2d
510510
cfeb9640b4cf9fa824cb127eae48ed1b5485e542
511511
f3a3bef7b8cff61f85884a40a74d4baeb9d35b93
512512
cbeea260f9f18bcf07ccb45817d3243a37753972
513+
8ad4b29dfcc94ee497a2d38943174b3f15e119e6

0 commit comments

Comments
 (0)