Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails{ billing_details: Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails.t() | nil, payment_method: String.t() | Stripe.Resources.PaymentMethod.t() | nil }
billing_details- Billing information associated with the payment evaluation. Nullable.payment_method- The payment method used in this payment evaluation.