Sha256: 4f1ad593867ce63864c8d421df2305509f972b4fffce8952ad6c051979391e67

Contents?: true

Size: 1.44 KB

Versions: 329

Compression:

Stored size: 1.44 KB

Contents

# CybridApiOrganization::SubscriptionEventOrganizationModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the subscription event. |  |
| **event_type** | **String** | The type of the subscription event. One of trade.storing, trade.pending, trade.cancelled, trade.completed, trade.settling, trade.failed, transfer.storing, transfer.pending, transfer.reviewing, transfer.completed, transfer.failed, identity_verification.storing, identity_verification.pending, identity_verification.reviewing, identity_verification.waiting, identity_verification.expired, or identity_verification.completed. |  |
| **object_guid** | **String** | The object guid for which the event is received. |  |
| **environment** | **String** | The environment that the subscription event is configured for; one of sandbox or production. |  |
| **organization_guid** | **String** | The organization guid of the subscription event. |  |
| **created_at** | **Time** | ISO8601 datetime the record was created at. |  |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |

## Example

```ruby
require 'cybrid_api_organization_ruby'

instance = CybridApiOrganization::SubscriptionEventOrganizationModel.new(
  guid: null,
  event_type: null,
  object_guid: null,
  environment: null,
  organization_guid: null,
  created_at: null,
  updated_at: null
)
```

Version data entries

329 entries across 329 versions & 1 rubygems

Version Path
cybrid_api_organization_ruby-0.123.234 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.233 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.231 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.230 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.229 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.228 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.227 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.226 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.225 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.224 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.222 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.221 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.220 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.219 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.217 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.216 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.215 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.214 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.213 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.212 docs/SubscriptionEventOrganizationModel.md