Sha256: 296578baef9e451802b1579b167082d50a7cd2d4c38baaf8220f3ddd32c9ed43

Contents?: true

Size: 492 Bytes

Versions: 3

Compression:

Stored size: 492 Bytes

Contents

# Conekta::ChargeRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** |  | [optional] |
| **payment_method** | [**ChargeRequestPaymentMethod**](ChargeRequestPaymentMethod.md) |  |  |
| **reference_id** | **String** | Custom reference to add to the charge | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::ChargeRequest.new(
  amount: 40000,
  payment_method: null,
  reference_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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