Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 461 Bytes

CardType.md

File metadata and controls

17 lines (11 loc) · 461 Bytes

CardType

Description

Indicates a card's type, such as CREDIT or DEBIT.

Properties

Name Type
UNKNOWN_CARD_TYPE string
CREDIT string
DEBIT string

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]