Class: QPay::CreateEbarimtRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::CreateEbarimtRequest
- Defined in:
- lib/qpay/models.rb
Overview
--- Ebarimt ---
Instance Attribute Summary collapse
-
#classification_code ⇒ Object
Returns the value of attribute classification_code.
-
#district_code ⇒ Object
Returns the value of attribute district_code.
-
#ebarimt_receiver ⇒ Object
Returns the value of attribute ebarimt_receiver.
-
#ebarimt_receiver_type ⇒ Object
Returns the value of attribute ebarimt_receiver_type.
-
#payment_id ⇒ Object
Returns the value of attribute payment_id.
Instance Attribute Details
#classification_code ⇒ Object
Returns the value of attribute classification_code
184 185 186 |
# File 'lib/qpay/models.rb', line 184 def classification_code @classification_code end |
#district_code ⇒ Object
Returns the value of attribute district_code
184 185 186 |
# File 'lib/qpay/models.rb', line 184 def district_code @district_code end |
#ebarimt_receiver ⇒ Object
Returns the value of attribute ebarimt_receiver
184 185 186 |
# File 'lib/qpay/models.rb', line 184 def @ebarimt_receiver end |
#ebarimt_receiver_type ⇒ Object
Returns the value of attribute ebarimt_receiver_type
184 185 186 |
# File 'lib/qpay/models.rb', line 184 def @ebarimt_receiver_type end |
#payment_id ⇒ Object
Returns the value of attribute payment_id
184 185 186 |
# File 'lib/qpay/models.rb', line 184 def payment_id @payment_id end |