Stripe.Params.Treasury.OutboundPaymentCreateParams.DestinationPaymentMethodData.BillingDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Treasury.OutboundPaymentCreateParams.DestinationPaymentMethodData.BillingDetails{ address: map() | nil, email: map() | nil, name: map() | nil, phone: map() | nil }
address- Billing address.email- Email address.name- Full name.phone- Billing phone number (including extension).