Sha256: 68079ef881c62863e4f547dc65da455452ca0e0f4960fbbb83db1de682d1ff3e
Contents?: true
Size: 910 Bytes
Versions: 196
Compression:
Stored size: 910 Bytes
Contents
# UltracartClient::CartCustomerProfileCreditCard ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **card_expiration_month** | **Integer** | Card expiration month (1-12) | [optional] | | **card_expiration_year** | **Integer** | Card expiration year (four digit) | [optional] | | **card_number** | **String** | Card number (masked last 4 digits) | [optional] | | **card_type** | **String** | Card type | [optional] | | **customer_profile_credit_card_id** | **Integer** | Unique identifier for this stored card | [optional] | | **last_used_date** | **String** | Last used | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartCustomerProfileCreditCard.new( card_expiration_month: null, card_expiration_year: null, card_number: null, card_type: null, customer_profile_credit_card_id: null, last_used_date: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems