Sha256: 50b80576c6605dcb047ac63adb61f1fbd3dda1b2350791ce9f6e29e36d669189
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
# OpenapiClient::PaymentCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **number** | **String** | Payment card number. | **expiry_date** | [**Expiration**](Expiration.md) | | [optional] **security_code** | **String** | Card verification value/number. | [optional] **card_function** | [**CardFunction**](CardFunction.md) | | [optional] **cardholder_name** | **String** | Name of the cardholder. Note - Only supported with request payload. | [optional] **bin** | **String** | The payment card BIN. | [optional] **last4** | **String** | The last 4 numbers of a payment card. | [optional] **brand** | **String** | Required only if using dual branded card. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentCard.new(number: 5424180279791732, expiry_date: null, security_code: 977, card_function: null, cardholder_name: John Doe, bin: 403587, last4: 4977, brand: VISA) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/PaymentCard.md |
first_data_gateway-1.13.0 | docs/PaymentCard.md |
first_data_gateway-1.12.0 | docs/PaymentCard.md |
first_data_gateway-1.11.0 | docs/PaymentCard.md |