Sha256: 38af33c41a4471554598b89a1e268625aceb2f1d99305ce4a44d0f51334ab973

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

# OpenapiClient::Expiration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**month** | **String** | Month of the card expiration date. | 
**year** | **String** | Year of the card expiration date. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Expiration.new(month: 03,
                                 year: 21)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.4.0 docs/Expiration.md
first_data_gateway-1.3.0 docs/Expiration.md