Stripe.Resources.Terminal.Configuration.Tipping.Gip (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Terminal.Configuration.Tipping.Gip{
  fixed_amounts: [integer()] | nil,
  percentages: [integer()] | nil,
  smart_tip_threshold: integer() | nil
}
  • fixed_amounts - Fixed amounts displayed when collecting a tip Nullable.
  • percentages - Percentages displayed when collecting a tip Nullable.
  • smart_tip_threshold - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed