StripeElixir.Params.Issuing.CardUpdateParams.Shipping (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Issuing.CardUpdateParams.Shipping{
  address: map() | nil,
  address_validation: map() | nil,
  customs: map() | nil,
  name: String.t() | nil,
  phone_number: String.t() | nil,
  require_signature: boolean() | nil,
  service: String.t() | nil,
  type: String.t() | nil
}
  • address - The address that the card is shipped to.
  • address_validation - Address validation settings.
  • customs - Customs information for the shipment.
  • name - The name printed on the shipping label when shipping the card. Max length: 5000.
  • phone_number - Phone number of the recipient of the shipment.
  • require_signature - Whether a signature is required for card delivery.
  • service - Shipment service. Possible values: express, priority, standard.
  • type - Packaging options. Possible values: bulk, individual.