Stripe.Resources.Terminal.Reader.Action.CollectPaymentMethod.CollectConfig (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.Terminal.Reader.Action.CollectPaymentMethod.CollectConfig{
    enable_customer_cancellation: boolean() | nil,
    skip_tipping: boolean() | nil,
    tipping:
      Stripe.Resources.Terminal.Reader.Action.CollectPaymentMethod.CollectConfig.Tipping.t()
      | nil
  }
  • enable_customer_cancellation - Enable customer-initiated cancellation when processing this payment.
  • skip_tipping - Override showing a tipping selection screen on this transaction.
  • tipping