Stripe.Resources.Treasury.OutboundPayment.DestinationPaymentMethodDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

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