Sha256: 040fb1ceb87c0ac3c3c733fdbc1af2d43fb54c3d7284e70b634754bf85de219c
Contents?: true
Size: 1.23 KB
Versions: 45
Compression:
Stored size: 1.23 KB
Contents
# UltracartClient::CartPaymentHealthBenefitCard ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **health_benefit_card_expiration_month** | **Integer** | Health benefit expiration month (1-12) | [optional] | | **health_benefit_card_expiration_year** | **Integer** | Health benefit card expiration year (four digit year) | [optional] | | **health_benefit_card_number** | **String** | Health benefit card number (masked to the last 4) | [optional] | | **health_benefit_card_number_token** | **String** | Hosted field token for the card number | [optional] | | **health_benefit_card_verification_number** | **String** | Health benefit card verification number (masked) | [optional] | | **health_benefit_card_verification_number_token** | **String** | Hosted field token for the health benefit card verification number | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartPaymentHealthBenefitCard.new( health_benefit_card_expiration_month: null, health_benefit_card_expiration_year: null, health_benefit_card_number: null, health_benefit_card_number_token: null, health_benefit_card_verification_number: null, health_benefit_card_verification_number_token: null ) ```
Version data entries
45 entries across 45 versions & 1 rubygems