Stripe.Resources.Treasury.InboundTransfer.OriginPaymentMethodDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

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