| Name | Type | Description | Notes |
|---|---|---|---|
| billing_system | String | [optional] | |
| plan | BillingSnapshotPlan | [optional] | |
| shopify_shop_domain | String | myshopify.com domain owning the subscription; present only when billingSystem is shopify. | [optional] |
| period | BillingSnapshotPeriod | [optional] | |
| balance | BillingSnapshotBalance | [optional] | |
| caps | BillingSnapshotCaps | [optional] | |
| status | BillingSnapshotStatus | [optional] | |
| legacy | BillingSnapshotLegacy | [optional] |
require 'zernio-sdk'
instance = Zernio::BillingSnapshot.new(
billing_system: null,
plan: null,
shopify_shop_domain: null,
period: null,
balance: null,
caps: null,
status: null,
legacy: null
)