Sha256: 89396d8bb59bc4cdeb63b9be1c620a9203e259dc8202148e48287610a2700e05
Contents?: true
Size: 440 Bytes
Versions: 11
Compression:
Stored size: 440 Bytes
Contents
# OpenapiClient::Expiration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **month** | **String** | Month of the card expiration date in MM format. | **year** | **String** | Year of the card expiration date in YY format. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Expiration.new(month: 03, year: 21) ```
Version data entries
11 entries across 11 versions & 1 rubygems