# `ExGram.Model.TransactionPartnerFragment`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L7129)

Describes a withdrawal transaction with Fragment.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#transactionpartnerfragment)

- `type`: Type of the transaction partner, always "fragment”
- `withdrawal_state (optional)`: Optional. State of the transaction if the transaction is outgoing

# `t`

```elixir
@type t() :: %ExGram.Model.TransactionPartnerFragment{
  type: String.t(),
  withdrawal_state: ExGram.Model.RevenueWithdrawalState.t() | nil
}
```

# `decode_as`

---

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