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

RecurlyClient.Types.PaymentGatewayReferences

Description

Contains the types generated from the schema PaymentGatewayReferences

Synopsis

Documentation

data PaymentGatewayReferences Source #

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

Array of Payment Gateway References, each a reference to a third-party gateway object of varying types.

Constructors

PaymentGatewayReferences 

Fields

data PaymentGatewayReferencesReference_type Source #

Defines the enum schema located at components.schemas.PaymentGatewayReferences.properties.reference_type in the specification.

The type of reference token. Required if token is passed in for Stripe Gateway.

Constructors

PaymentGatewayReferencesReference_typeOther Value

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

PaymentGatewayReferencesReference_typeTyped Text

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

PaymentGatewayReferencesReference_typeEnumStripe_confirmation_token

Represents the JSON value "stripe_confirmation_token"

PaymentGatewayReferencesReference_typeEnumStripe_customer

Represents the JSON value "stripe_customer"

PaymentGatewayReferencesReference_typeEnumStripe_payment_method

Represents the JSON value "stripe_payment_method"