Sha256: d648485ee77d98cf6666a7576490110eba3a5396310822fedc8cc115eaf876c5

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 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. | [optional] 
**authentication** | [**Authentication**](Authentication.md) |  | [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,
                                 authentication: null,
                                 bin: 403587,
                                 last4: 4977,
                                 brand: VISA)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.5.0 docs/PaymentCard.md
first_data_gateway-1.4.0 docs/PaymentCard.md
first_data_gateway-1.3.0 docs/PaymentCard.md