Sha256: 10112bffc4b14d6928b0559550e81dd4f7901ef598bac15361e1e6e6c47c6810
Contents?: true
Size: 662 Bytes
Versions: 386
Compression:
Stored size: 662 Bytes
Contents
# CybridApiOrganization::PostSubscriptionOrganizationModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name provided for the subscription. | | | **type** | **String** | The type of subscription. | | | **url** | **String** | The url for the subscription. | | | **environment** | **String** | The environment that the subscription is configured for; one of sandbox or production. | | ## Example ```ruby require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::PostSubscriptionOrganizationModel.new( name: null, type: null, url: null, environment: null ) ```
Version data entries
386 entries across 386 versions & 1 rubygems