Class: Finicity::V1::Response::Customers
- Inherits:
-
Object
- Object
- Finicity::V1::Response::Customers
- Includes:
- Saxomattic
- Defined in:
- lib/finicity/v1/response/customers.rb
Instance Method Summary collapse
-
#customers ⇒ Object
Saxomattic Attributes.
-
#more_available? ⇒ Boolean
Instance Methods.
Instance Method Details
#customers ⇒ Object
Saxomattic Attributes
22 |
# File 'lib/finicity/v1/response/customers.rb', line 22 attribute :customers |
#more_available? ⇒ Boolean
Instance Methods
31 32 33 |
# File 'lib/finicity/v1/response/customers.rb', line 31 def more_available? more_available == 'true' end |