# OrdersV3.CreditCard

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cardType** | **String** | The credit-card type: Visa, MasterCard, etc.  | [optional] 
**cardIin** | **String** | The IIN of a credit-card number.  | [optional] 
**cardLast4** | **String** | The last 4 digits of a credit-card number.  | [optional] 
**cardExpiryMonth** | **Number** | The expiry month of a credit-card.  | [optional] 
**cardExpiryYear** | **Number** | The expiry year of a credit-card.  | [optional] 
