1
0
Files
PayPal-PHP-Server-SDK/doc/models/card-type.md
Patrick Powers 504c367386 Release 0.7.0
Beta Release 0.7.0 including:

- Bug fixes
- Updated model/function names
- Updated models to reflect changes in APIs
2025-03-20 13:18:55 -05:00

302 B

Card Type

Type of card. i.e Credit, Debit and so on.

Enumeration

CardType

Fields

Name Description
CREDIT A credit card.
DEBIT A debit card.
PREPAID A Prepaid card.
STORE A store card.
UNKNOWN Card type cannot be determined.