stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SourceReceiverFlow

Description

Contains the types generated from the schema SourceReceiverFlow

Synopsis

Documentation

data SourceReceiverFlow Source #

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

Constructors

SourceReceiverFlow 

Fields

  • sourceReceiverFlowAddress :: Maybe Text

    address: The address of the receiver source. This is the value that should be communicated to the customer to send their funds to.

    Constraints:

    • Maximum length of 5000
  • sourceReceiverFlowAmountCharged :: Int

    amount_charged: The total amount that was moved to your balance. This is almost always equal to the amount charged. In rare cases when customers deposit excess funds and we are unable to refund those, those funds get moved to your balance and show up in amount_charged as well. The amount charged is expressed in the source's currency.

  • sourceReceiverFlowAmountReceived :: Int

    amount_received: The total amount received by the receiver source. `amount_received = amount_returned + amount_charged` should be true for consumed sources unless customers deposit excess funds. The amount received is expressed in the source's currency.

  • sourceReceiverFlowAmountReturned :: Int

    amount_returned: The total amount that was returned to the customer. The amount returned is expressed in the source's currency.

  • sourceReceiverFlowRefundAttributesMethod :: Text

    refund_attributes_method: Type of refund attribute method, one of `email`, `manual`, or `none`.

    Constraints:

    • Maximum length of 5000
  • sourceReceiverFlowRefundAttributesStatus :: Text

    refund_attributes_status: Type of refund attribute status, one of `missing`, `requested`, or `available`.

    Constraints:

    • Maximum length of 5000