Stripe.Resources.DestinationPaymentMethodDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

OutboundTransfersPaymentMethodDetails

Summary

Types

t()

@type t() :: %Stripe.Resources.DestinationPaymentMethodDetails{
  billing_details: Stripe.Resources.BillingDetails.t(),
  financial_account: Stripe.Resources.FinancialAccount.t() | nil,
  type: String.t(),
  us_bank_account: Stripe.Resources.UsBankAccount.t() | nil
}
  • billing_details - Expandable.
  • financial_account - Expandable.
  • type - The type of the payment method used in the OutboundTransfer. Possible values: financial_account, us_bank_account.
  • us_bank_account - Expandable.

Functions

expandable_fields()

object_name()