# `Stripe.Resources.Seicomart`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/seicomart.ex#L2)

payment_intent_next_action_konbini_seicomart

# `t`

```elixir
@type t() :: %Stripe.Resources.Seicomart{
  confirmation_number: String.t() | nil,
  payment_code: String.t()
}
```

* `confirmation_number` - The confirmation number. Max length: 5000.
* `payment_code` - The payment code. Max length: 5000.

# `object_name`

---

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