# `Stripe.Resources.Terminal.Reader.Action.CollectPaymentMethod.CollectConfig`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/reader.ex#L332)

Nested struct within the parent resource.

# `t`

```elixir
@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`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
