stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountBrandingSettings

Description

Contains the types generated from the schema AccountBrandingSettings

Synopsis

Documentation

data AccountBrandingSettings Source #

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

Constructors

AccountBrandingSettings 

Fields

data AccountBrandingSettingsIcon'Variants Source #

Defines the oneOf schema located at components.schemas.account_branding_settings.properties.icon.anyOf in the specification.

(ID of a file upload) An icon for the account. Must be square and at least 128px x 128px.

data AccountBrandingSettingsLogo'Variants Source #

Defines the oneOf schema located at components.schemas.account_branding_settings.properties.logo.anyOf in the specification.

(ID of a file upload) A logo for the account that will be used in Checkout instead of the icon and without the account's name next to it if provided. Must be at least 128px x 128px.