# KnetikCloud.PaymentMethodDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default** | **Boolean** |  | [optional] 
**expiration_date** | **Number** | The expiration date for the payment method, expressed as seconds since epoch. Typically used for credit card payment methods | [optional] 
**expiration_month** | **Number** | The expiration month (1 - 12) for the payment method. Typically used for credit card payment methods | [optional] 
**expiration_year** | **Number** | The expiration year for the payment method. Typically used for credit card payment methods | [optional] 
**last4** | **String** | The last 4 digits of the account number for the payment method. Typically used for credit card payment methods | [optional] 
**sort** | **Number** | The sort value for the payment method | [optional] 
**unique_key** | **String** | An optional unique identifier | [optional] 
**verified** | **Boolean** |  | [optional] 


