Sha256: ff03a4d6d4b462d9f1b5cb9cedd9944455913c3f554ae081c2badbcb97e1caf0

Contents?: true

Size: 871 Bytes

Versions: 3

Compression:

Stored size: 871 Bytes

Contents

# Conekta::ChargeRequestPaymentMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_at** | **Integer** | Method expiration date as unix timestamp | [optional] |
| **monthly_installments** | **Integer** | How many months without interest to apply, it can be 3, 6, 9, 12 or 18 | [optional] |
| **type** | **String** |  |  |
| **token_id** | **String** |  | [optional] |
| **payment_source_id** | **String** |  | [optional] |
| **contract_id** | **String** | Optional id sent to indicate the bank contract for recurrent card charges. | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::ChargeRequestPaymentMethod.new(
  expires_at: 1677196303,
  monthly_installments: null,
  type: card,
  token_id: tok_2897348234,
  payment_source_id: src_2tLkkyfMPh6v7pFry,
  contract_id: S781317595
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
conekta-6.0.3 docs/ChargeRequestPaymentMethod.md
conekta-6.0.2 docs/ChargeRequestPaymentMethod.md
conekta-6.0.1 docs/ChargeRequestPaymentMethod.md