Stripe.Resources.PaymentRecord.PaymentMethodDetails.BillingDetails.Address (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.PaymentRecord.PaymentMethodDetails.BillingDetails.Address{
    city: String.t() | nil,
    country: String.t() | nil,
    line1: String.t() | nil,
    line2: String.t() | nil,
    postal_code: String.t() | nil,
    state: String.t() | nil
  }
  • city - City, district, suburb, town, or village. Max length: 5000. Nullable.
  • country - Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000. Nullable.
  • line1 - Address line 1, such as the street, PO Box, or company name. Max length: 5000. Nullable.
  • line2 - Address line 2, such as the apartment, suite, unit, or building. Max length: 5000. Nullable.
  • postal_code - ZIP or postal code. Max length: 5000. Nullable.
  • state - State, county, province, or region (ISO 3166-2). Max length: 5000. Nullable.