recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.ExternalInvoice

Description

Contains the types generated from the schema ExternalInvoice

Synopsis

Documentation

data ExternalInvoice Source #

Defines the object schema located at components.schemas.ExternalInvoice in the specification.

Invoice from an external resource such as Apple App Store or Google Play Store.

Constructors

ExternalInvoice 

Fields

mkExternalInvoice :: ExternalInvoice Source #

Create a new ExternalInvoice with all required fields.

data ExternalInvoiceState Source #

Defines the enum schema located at components.schemas.ExternalInvoice.properties.state in the specification.

Constructors

ExternalInvoiceStateOther Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

ExternalInvoiceStateTyped Text

This constructor can be used to send values to the server which are not present in the specification yet.

ExternalInvoiceStateEnumPaid

Represents the JSON value "paid"