Sha256: 8efaa593338eeb6fe3fb6f2de984b4331a6d0942f42fbd10f20fa7961a791439

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

# PaymentsApi::CardPaymentMethodDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **card_type** | **String** | The Card Type. Supported Card Types include: VISA, MASTERCARD, DISCOVER, JCB & AMEX. |  |
| **last_four_digits** | **String** | The last four digits of the card number. |  |

## Example

```ruby
require 'pnap_payments_api'

instance = PaymentsApi::CardPaymentMethodDetails.new(
  card_type: VISA,
  last_four_digits: 5666
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_payments_api-1.0.1 docs/CardPaymentMethodDetails.md
pnap_payments_api-1.0.0 docs/CardPaymentMethodDetails.md