Class: Plaid::Models::TransactionLocation

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/plaid/models.rb

Overview

Public: A representation of Transaction location.

Instance Method Summary collapse

Methods inherited from BaseModel

#assert_property_exists!

Instance Method Details

#addressObject

:attr_reader: Public: The String address (or nil).



592
# File 'lib/plaid/models.rb', line 592

property :address

#cityObject

:attr_reader: Public: The String city name (or nil).



597
# File 'lib/plaid/models.rb', line 597

property :city

#latObject

:attr_reader: Public: The Numeric latitude of the place (or nil).



602
# File 'lib/plaid/models.rb', line 602

property :lat

#lonObject

:attr_reader: Public: The Numeric longitude of the place (or nil).



607
# File 'lib/plaid/models.rb', line 607

property :lon

#stateObject

:attr_reader: Public: The String state name (or nil).



612
# File 'lib/plaid/models.rb', line 612

property :state

#store_numberObject

:attr_reader: Public: The String store number (or nil).



617
# File 'lib/plaid/models.rb', line 617

property :store_number

#zipObject

:attr_reader: Public: The String ZIP code (or nil).



622
# File 'lib/plaid/models.rb', line 622

property :zip