Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.ShippingDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.ShippingDetails{
  address:
    Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.ShippingDetails.Address.t()
    | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
  • address
  • name - Shipping name. Max length: 5000. Nullable.
  • phone - Shipping phone number. Max length: 5000. Nullable.