Sha256: 4f1ad593867ce63864c8d421df2305509f972b4fffce8952ad6c051979391e67

Contents?: true

Size: 1.44 KB

Versions: 287

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

287 entries across 287 versions & 1 rubygems

Version Path
cybrid_api_organization_ruby-0.121.41 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.39 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.38 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.37 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.36 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.35 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.34 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.30 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.29 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.28 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.27 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.26 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.24 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.23 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.22 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.21 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.20 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.18 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.17 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.121.16 docs/SubscriptionEventOrganizationModel.md