Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::Till
- Inherits:
-
RecipientRequest
- Object
- RecipientRequest
- K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::Till
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/till.rb
Instance Attribute Summary collapse
-
#till_name ⇒ Object
Returns the value of attribute till_name.
-
#till_number ⇒ Object
Returns the value of attribute till_number.
Attributes inherited from RecipientRequest
Method Summary
Methods inherited from RecipientRequest
#endpoint, #initialize, #request_body
Constructor Details
This class inherits a constructor from K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::RecipientRequest
Instance Attribute Details
#till_name ⇒ Object
Returns the value of attribute till_name.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/till.rb', line 10 def till_name @till_name end |
#till_number ⇒ Object
Returns the value of attribute till_number.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/till.rb', line 10 def till_number @till_number end |