#lucassouza5962

1 messages · Page 1 of 1 (latest)

dusky quiverBOT
high tusk
#

Hello

#

When you do that you will want to expand applies_to

#

Then you can see the applies_to.products

ornate spindle
#

Oh, gotcha.

#

It should be?

const coupon = await stripe.coupons.retrieve(
        id,
      {
          expand: ['products']
      }
    );
high tusk
#

expand: ['applies_to']