types

package
v0.0.0-...-5f0f127 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State string

State represents a given subscription's current status

const (
	// Active means a subscription is currently in a working, live state
	Active State = "active"
	// Expired means a subscription's end date is in the past
	Expired State = "expired"
	// Cancelled means the subscription has been cancelled
	Cancelled State = "cancelled"
	// Preparing means that the subscription's payment (if any) is being still processed
	Preparing State = "preparing"
	// Failed means that there was a problem creating the subscription
	Failed State = "failed"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL