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

payment_method_details_payco

# `t`

```elixir
@type t() :: %Stripe.Resources.Payco{buyer_id: String.t(), transaction_id: String.t()}
```

* `buyer_id` - A unique identifier for the buyer as determined by the local payment processor. Max length: 5000. Nullable.
* `transaction_id` - The Payco transaction ID associated with this payment. Max length: 5000. Nullable.

# `object_name`

---

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