stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PortalCustomerUpdate

Description

Contains the types generated from the schema PortalCustomerUpdate

Synopsis

Documentation

data PortalCustomerUpdate Source #

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

Constructors

PortalCustomerUpdate 

Fields

data PortalCustomerUpdateAllowedUpdates' Source #

Defines the enum schema located at components.schemas.portal_customer_update.properties.allowed_updates.items in the specification.

Constructors

PortalCustomerUpdateAllowedUpdates'Other Value

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

PortalCustomerUpdateAllowedUpdates'Typed Text

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

PortalCustomerUpdateAllowedUpdates'EnumAddress

Represents the JSON value "address"

PortalCustomerUpdateAllowedUpdates'EnumEmail

Represents the JSON value "email"

PortalCustomerUpdateAllowedUpdates'EnumPhone

Represents the JSON value "phone"

PortalCustomerUpdateAllowedUpdates'EnumShipping

Represents the JSON value "shipping"

PortalCustomerUpdateAllowedUpdates'EnumTaxId

Represents the JSON value "tax_id"