stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.ApplicationFee

Description

Contains the types generated from the schema ApplicationFee

Synopsis

Documentation

data ApplicationFee Source #

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

Constructors

ApplicationFee 

Fields

data ApplicationFeeApplication'Variants Source #

Defines the oneOf schema located at components.schemas.application_fee.properties.application.anyOf in the specification.

ID of the Connect application that earned the fee.

data ApplicationFeeBalanceTransaction'Variants Source #

Defines the oneOf schema located at components.schemas.application_fee.properties.balance_transaction.anyOf in the specification.

Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds).

data ApplicationFeeOriginatingTransaction'Variants Source #

Defines the oneOf schema located at components.schemas.application_fee.properties.originating_transaction.anyOf in the specification.

ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter.

data ApplicationFeeRefunds' Source #

Defines the object schema located at components.schemas.application_fee.properties.refunds in the specification.

A list of refunds that have been applied to the fee.

Constructors

ApplicationFeeRefunds' 

Fields