# CreditCard

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | **string** | Credit card number | 
**expiry_month** | **int** | Expiry month of credit card | 
**expiry_year** | **int** | Expiry year of credit card | 
**cvc** | **int** | CVC number of credit card | 
**name** | **string** | Name printed on credit card | 
**bank_name** | **string** | Name of bank that credit card belongs to | 

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

