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