Class: K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::Paybill
- Inherits:
-
RecipientRequest
- Object
- RecipientRequest
- K2ConnectRuby::K2Entity::K2FinancialEntities::ExternalRecipient::Paybill
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/paybill.rb
Instance Attribute Summary collapse
-
#paybill_account_number ⇒ Object
Returns the value of attribute paybill_account_number.
-
#paybill_name ⇒ Object
Returns the value of attribute paybill_name.
-
#paybill_number ⇒ Object
Returns the value of attribute paybill_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
#paybill_account_number ⇒ Object
Returns the value of attribute paybill_account_number.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/paybill.rb', line 10 def paybill_account_number @paybill_account_number end |
#paybill_name ⇒ Object
Returns the value of attribute paybill_name.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/paybill.rb', line 10 def paybill_name @paybill_name end |
#paybill_number ⇒ Object
Returns the value of attribute paybill_number.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/external_recipient/paybill.rb', line 10 def paybill_number @paybill_number end |