Stripe.Resources.Terminal.Location (tiger_stripe v0.4.0)

Copy Markdown View Source

TerminalLocationLocation

A Location represents a grouping of readers.

Related guide: Fleet management

Summary

Types

t()

@type t() :: %Stripe.Resources.Terminal.Location{
  address: term(),
  address_kana: term(),
  address_kanji: term(),
  configuration_overrides: term(),
  display_name: term(),
  display_name_kana: term(),
  display_name_kanji: term(),
  id: term(),
  livemode: term(),
  metadata: term(),
  object: term(),
  phone: term()
}
  • address - Expandable.
  • address_kana - Expandable.
  • address_kanji - Expandable.
  • configuration_overrides - The ID of a configuration that will be used to customize all readers in this location. Max length: 5000.
  • display_name - The display name of the location. Max length: 5000.
  • display_name_kana - The Kana variation of the display name of the location. Max length: 5000.
  • display_name_kanji - The Kanji variation of the display name of the location. Max length: 5000.
  • id - Unique identifier for the object. Max length: 5000.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • metadata - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: terminal.location.
  • phone - The phone number of the location. Max length: 5000.

Functions

expandable_fields()

object_name()