Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.04 KB

File metadata and controls

32 lines (26 loc) · 1.04 KB

Zernio::BillingSnapshot

Properties

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]

Example

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
)