> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/enums/payment-method-type-enum

# PaymentMethodTypeEnum Enum

Represents possible payment method types.

The following types are possible: CARD - represents a card payment method. OTHER - represents any payment method that is not a card payment. GIFT\_CARD - represents a gift card payment method.

<a id="values"></a>

### Values

<a id="card"></a>

#### [`CARD`](#card)

<a id="other"></a>

#### [`OTHER`](#other)

<a id="gift-card"></a>

#### [`GIFT_CARD`](#gift-card)

<a id="member-of"></a>

### Member Of

[`PaymentMethodTypeEnumFilterInput`](/api-reference/miscellaneous/inputs/payment-method-type-enum-filter-input.md) input
