Sha256: 4f1ad593867ce63864c8d421df2305509f972b4fffce8952ad6c051979391e67

Contents?: true

Size: 1.44 KB

Versions: 267

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

267 entries across 267 versions & 1 rubygems

Version Path
cybrid_api_organization_ruby-0.123.122 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.121 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.120 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.119 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.118 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.117 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.116 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.115 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.114 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.113 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.112 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.111 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.110 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.109 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.107 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.106 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.105 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.104 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.103 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.123.101 docs/SubscriptionEventOrganizationModel.md