4.11.1 • Published 1 year ago

@commercetools-test-data/cart-discount-value-fixed v4.11.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@commercetools-test-data/cart-discount-value-fixed

This package provides the data model for the commercetools platform CartDiscountValueFixed type

https://docs.commercetools.com/api/projects/cartDiscounts#cartdiscountvaluefixed

Install

$ yarn add -D @commercetools-test-data/cart-discount-value-fixed

Usage

import type {
  TCartDiscountValueFixed,
  TCartDiscountValueFixedDraft,
} from '@commercetools-test-data/cart-discount-value-fixed';
import * as CartDiscountValueFixed from '@commercetools-test-data/cart-discount-value-fixed';

const cartDiscountValueFixed =
  CartDiscountValueFixed.random().build<TCartDiscountValueFixed>();
const cartDiscountValueFixedDraft =
  CartDiscountValueFixed.CartDiscountValueFixedDraft.random().build<TCartDiscountValueFixedDraft>();
4.11.0

1 year ago

4.11.1

1 year ago

4.10.0

1 year ago

4.9.0

1 year ago

4.8.0

1 year ago