> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/objects/other-payment-method-details

# OtherPaymentMethodDetails Object

Represents a payment method used for a transaction.

Added in Saleor 3.22

```graphql
type OtherPaymentMethodDetails implements PaymentMethodDetails {
  name: String!
}
```

<a id="fields"></a>

### Fields

<a id="name"></a>

#### [`name`](#name) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

Name of the payment method.

<a id="interfaces"></a>

### Interfaces

<a id="paymentmethoddetails"></a>

#### [`PaymentMethodDetails`](/api-reference/miscellaneous/interfaces/payment-method-details.md)

Represents a payment method used for a transaction.

Added in Saleor 3.22
