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

RecurlyClient.Types.BillingInfo

Description

Contains the types generated from the schema BillingInfo

Synopsis

Documentation

data BillingInfo Source #

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

Constructors

BillingInfo 

Fields

mkBillingInfo :: BillingInfo Source #

Create a new BillingInfo with all required fields.

data BillingInfoFraud Source #

Defines the object schema located at components.schemas.BillingInfo.properties.fraud in the specification.

Most recent fraud result.

Constructors

BillingInfoFraud 

Fields

mkBillingInfoFraud :: BillingInfoFraud Source #

Create a new BillingInfoFraud with all required fields.

data BillingInfoFraudDecision Source #

Defines the enum schema located at components.schemas.BillingInfo.properties.fraud.properties.decision in the specification.

Constructors

BillingInfoFraudDecisionOther Value

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

BillingInfoFraudDecisionTyped Text

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

BillingInfoFraudDecisionEnumApprove

Represents the JSON value "approve"

BillingInfoFraudDecisionEnumDecline

Represents the JSON value "decline"

BillingInfoFraudDecisionEnumEscalate

Represents the JSON value "escalate"

BillingInfoFraudDecisionEnumReview

Represents the JSON value "review"

data BillingInfoUpdated_by Source #

Defines the object schema located at components.schemas.BillingInfo.properties.updated_by in the specification.

Constructors

BillingInfoUpdated_by 

Fields