Stripe.Resources.PromotionCode.Promotion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PromotionCode.Promotion{
  coupon: String.t() | Stripe.Resources.Coupon.t() | nil,
  type: String.t() | nil
}
  • coupon - If promotion type is coupon, the coupon for this promotion. Nullable.
  • type - The type of promotion. Possible values: coupon.