Sha256: dcf9619be494a8ab60d2f69759d17614822a278119a136005714da4c82092192

Contents?: true

Size: 1.45 KB

Versions: 66

Compression:

Stored size: 1.45 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. | [optional] |
| **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

66 entries across 66 versions & 1 rubygems

Version Path
cybrid_api_organization_ruby-0.119.113 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.112 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.111 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.110 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.109 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.108 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.107 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.106 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.104 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.101 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.100 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.99 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.98 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.96 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.94 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.93 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.92 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.91 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.88 docs/SubscriptionEventOrganizationModel.md
cybrid_api_organization_ruby-0.119.87 docs/SubscriptionEventOrganizationModel.md