Stripe.Params.Treasury.OutboundTransferCreateParams.DestinationPaymentMethodData (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.Treasury.OutboundTransferCreateParams.DestinationPaymentMethodData{
    financial_account: String.t() | nil,
    type: String.t() | nil
  }
  • financial_account - Required if type is set to financial_account. The FinancialAccount ID to send funds to.
  • type - The type of the destination. Possible values: financial_account.