Types > ShopSettingsSubscription
Commerce APITypesShopSettingsSubscription
ShopSettingsSubscription

Description

Fields

action_required: Boolean!

Is client-side user action required

Example: true


billing_threshold: Int!

Upper boundary for collected fee items payment, defines when charge is forced

Example: 5000


fee_amount: Int!

Total amount of fee payments collected for next invoice

Example: 2014-09-04T12:23:34Z


last_fee_invoice_date: String

The timestamp for last acknowledged metered item in an invoice

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


period_end: String

The date and time when plan period ends

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


period_start: String

The date and time when plan period started

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


plan_id: String!

Unique identifier for the subscription plan a customer is on

Example: "Medium"


trial: Boolean!

True if shop is in trial period

Example: true


usage_period_end: String

The date and time when usage plan period ends

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


usage_period_start: String

The date and time when usage plan period started

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Types

ShopSettings

Preview (typescript)

Loading module