Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.ExternalProductReferenceCreate
Description
Contains the types generated from the schema ExternalProductReferenceCreate
Documentation
data ExternalProductReferenceCreate Source #
Defines the object schema located at components.schemas.ExternalProductReferenceCreate.allOf
in the specification.
Constructors
ExternalProductReferenceCreate | |
Fields
|
Instances
mkExternalProductReferenceCreate :: ExternalProductReferenceCreate Source #
Create a new ExternalProductReferenceCreate
with all required fields.
data ExternalProductReferenceCreateExternal_connection_type Source #
Defines the enum schema located at components.schemas.ExternalProductReferenceCreate.allOf.properties.external_connection_type
in the specification.
Constructors
ExternalProductReferenceCreateExternal_connection_typeOther Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
ExternalProductReferenceCreateExternal_connection_typeTyped Text | This constructor can be used to send values to the server which are not present in the specification yet. |
ExternalProductReferenceCreateExternal_connection_typeEnumApple_app_store | Represents the JSON value |
ExternalProductReferenceCreateExternal_connection_typeEnumGoogle_play_store | Represents the JSON value |