Stripe.Resources.Discount.Source (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Discount.Source{
  coupon: String.t() | Stripe.Resources.Coupon.t() | nil,
  type: String.t() | nil
}
  • coupon - The coupon that was redeemed to create this discount. Nullable.
  • type - The source type of the discount. Possible values: coupon.