stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.ChargeTransferData

Description

Contains the types generated from the schema ChargeTransferData

Synopsis

Documentation

data ChargeTransferData Source #

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

Constructors

ChargeTransferData 

Fields

data ChargeTransferDataDestination'Variants Source #

Defines the oneOf schema located at components.schemas.charge_transfer_data.properties.destination.anyOf in the specification.

ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request.