---
title: ApplePayPaymentMethodType
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/applepaypaymentmethodtype
---

# ApplePayPaymentMethodType

A string that represents the type of the payment method.

## Declaration

```data
enum ApplePayPaymentMethodType
```

## Overview

Overview The payment method type can be one of the following string values: "debit" "credit" "prepaid" "store"

## Topics

### Enumeration Cases

- [credit](applepayontheweb/applepaypaymentmethodtype/credit.md)
- [debit](applepayontheweb/applepaypaymentmethodtype/debit.md)
- [prepaid](applepayontheweb/applepaypaymentmethodtype/prepaid.md)
- [store](applepayontheweb/applepaypaymentmethodtype/store.md)

## See Also

### Payment method type

- [paymentMethodType](applepayontheweb/applepaymodifier/paymentmethodtype.md)
