docs/PostSubscriptionOrganizationModel
CybridApiOrganization::PostSubscriptionOrganizationModel
Properties
Name | Type | Description | Notes |
---|---|---|---|
environment | String | The environment that the subscription is configured for. | |
type | String | Type of the subscription. | |
name | String | Name provided for the subscription. | |
url | String | URL provided for the subscription. |
Example
require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::PostSubscriptionOrganizationModel.new( environment: null, type: null, name: null, url: null )