Class: Plaid::Models::TransactionLocation
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Transaction location.
Instance Method Summary collapse
-
#address ⇒ Object
:attr_reader: Public: The String address (or nil).
-
#city ⇒ Object
:attr_reader: Public: The String city name (or nil).
-
#lat ⇒ Object
:attr_reader: Public: The Numeric latitude of the place (or nil).
-
#lon ⇒ Object
:attr_reader: Public: The Numeric longitude of the place (or nil).
-
#state ⇒ Object
:attr_reader: Public: The String state name (or nil).
-
#store_number ⇒ Object
:attr_reader: Public: The String store number (or nil).
-
#zip ⇒ Object
:attr_reader: Public: The String ZIP code (or nil).
Methods inherited from BaseModel
Instance Method Details
#address ⇒ Object
:attr_reader: Public: The String address (or nil).
592 |
# File 'lib/plaid/models.rb', line 592 property :address |
#city ⇒ Object
:attr_reader: Public: The String city name (or nil).
597 |
# File 'lib/plaid/models.rb', line 597 property :city |
#lat ⇒ Object
:attr_reader: Public: The Numeric latitude of the place (or nil).
602 |
# File 'lib/plaid/models.rb', line 602 property :lat |
#lon ⇒ Object
:attr_reader: Public: The Numeric longitude of the place (or nil).
607 |
# File 'lib/plaid/models.rb', line 607 property :lon |
#state ⇒ Object
:attr_reader: Public: The String state name (or nil).
612 |
# File 'lib/plaid/models.rb', line 612 property :state |
#store_number ⇒ Object
:attr_reader: Public: The String store number (or nil).
617 |
# File 'lib/plaid/models.rb', line 617 property :store_number |
#zip ⇒ Object
:attr_reader: Public: The String ZIP code (or nil).
622 |
# File 'lib/plaid/models.rb', line 622 property :zip |