Stripe.Params.PromotionCodeCreateParams.Promotion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PromotionCodeCreateParams.Promotion{
  coupon: String.t() | nil,
  type: String.t() | nil
}
  • coupon - If promotion type is coupon, the coupon for this promotion code. Max length: 5000.
  • type - Specifies the type of promotion. Possible values: coupon.