> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PrimerPaymentMethodData

```kotlin KOTLIN theme={"dark"}
data class PrimerPaymentMethodData(val paymentMethodType: String)
```

## Properties

<Expandable defaultOpen>
  <ResponseField name="paymentMethodType" type="String" required>
    A unique string identifier for the payment method. (e.g. `PAYPAL`, `GOOGLE_PAY`)
  </ResponseField>
</Expandable>
