Sha256: 461906cf07092bea24c80ee0f07825bf6f13842e4809f91553cbefa5e5f4bed5

Contents?: true

Size: 1.57 KB

Versions: 4

Compression:

Stored size: 1.57 KB

Contents

# Conekta::SubscriptionResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **billing_cycle_start** | **Integer** |  | [optional] |
| **billing_cycle_end** | **Integer** |  | [optional] |
| **canceled_at** | **Integer** |  | [optional] |
| **card_id** | **String** |  | [optional] |
| **charge_id** | **String** |  | [optional] |
| **created_at** | **Integer** |  | [optional] |
| **customer_custom_reference** | **String** |  | [optional] |
| **customer_id** | **String** |  | [optional] |
| **id** | **String** |  | [optional] |
| **last_billing_cycle_order_id** | **String** |  | [optional] |
| **object** | **String** |  | [optional] |
| **paused_at** | **Integer** |  | [optional] |
| **plan_id** | **String** |  | [optional] |
| **status** | **String** |  | [optional] |
| **subscription_start** | **Integer** |  | [optional] |
| **trial_start** | **Integer** |  | [optional] |
| **trial_end** | **Integer** |  | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::SubscriptionResponse.new(
  billing_cycle_start: 1677626827,
  billing_cycle_end: 1677626827,
  canceled_at: 1678258162,
  card_id: src_2tKcHxhTz7xU5SymL,
  charge_id: 2tKcHxhTz7xU5SymL,
  created_at: 1677626837,
  customer_custom_reference: dotnet_123456,
  customer_id: cus_2tKcHxhTz7xU5SymF,
  id: gold-plan,
  last_billing_cycle_order_id: ord_2tSoMP7bZJbLiq4z8,
  object: subscription,
  paused_at: 1678258162,
  plan_id: plan_2tXx672QLQ68CkmMn,
  status: past_due,
  subscription_start: 1677626837,
  trial_start: 1677626837,
  trial_end: 1677626837
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
conekta-6.0.3 docs/SubscriptionResponse.md
conekta-6.0.2 docs/SubscriptionResponse.md
conekta-6.0.1 docs/SubscriptionResponse.md
conekta-6.0.0 docs/SubscriptionResponse.md