Sha256: 7d0a8c0eaf73ba1e185886a9555600e0a67f56d1a8b0d21f2553dcb064330c24

Contents?: true

Size: 788 Bytes

Versions: 6

Compression:

Stored size: 788 Bytes

Contents

# Conekta::PlanUpdateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | The amount in cents that will be charged on the interval specified. | [optional] |
| **currency** | **String** | ISO 4217 for currencies, for the Mexican peso it is MXN/USD | [optional] |
| **expiry_count** | **Integer** | Number of repetitions of the frequency NUMBER OF CHARGES TO BE MADE, considering the interval and frequency, this evolves over time, but is subject to the expiration count. | [optional] |
| **name** | **String** | The name of the plan. | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::PlanUpdateRequest.new(
  amount: 10000,
  currency: MXN,
  expiry_count: 12,
  name: Extra Plan3
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conekta-6.0.5 docs/PlanUpdateRequest.md
conekta-6.0.4 docs/PlanUpdateRequest.md
conekta-6.0.3 docs/PlanUpdateRequest.md
conekta-6.0.2 docs/PlanUpdateRequest.md
conekta-6.0.1 docs/PlanUpdateRequest.md
conekta-6.0.0 docs/PlanUpdateRequest.md