Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.ExternalSubscriptionUpdate
Description
Contains the types generated from the schema ExternalSubscriptionUpdate
Synopsis
- data ExternalSubscriptionUpdate = ExternalSubscriptionUpdate {
- externalSubscriptionUpdateActivated_at :: Maybe JsonDateTime
- externalSubscriptionUpdateApp_identifier :: Maybe Text
- externalSubscriptionUpdateAuto_renew :: Maybe Bool
- externalSubscriptionUpdateExpires_at :: Maybe JsonDateTime
- externalSubscriptionUpdateExternal_id :: Maybe Text
- externalSubscriptionUpdateExternal_product_reference :: Maybe ExternalProductReferenceUpdate
- externalSubscriptionUpdateImported :: Maybe Bool
- externalSubscriptionUpdateLast_purchased :: Maybe JsonDateTime
- externalSubscriptionUpdateQuantity :: Maybe Int
- externalSubscriptionUpdateState :: Maybe Text
- externalSubscriptionUpdateTrial_ends_at :: Maybe JsonDateTime
- externalSubscriptionUpdateTrial_started_at :: Maybe JsonDateTime
- mkExternalSubscriptionUpdate :: ExternalSubscriptionUpdate
Documentation
data ExternalSubscriptionUpdate Source #
Defines the object schema located at components.schemas.ExternalSubscriptionUpdate.allOf
in the specification.
Constructors
ExternalSubscriptionUpdate | |
Fields
|
Instances
mkExternalSubscriptionUpdate :: ExternalSubscriptionUpdate Source #
Create a new ExternalSubscriptionUpdate
with all required fields.