Class: QPay::CreateEbarimtInvoiceRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::CreateEbarimtInvoiceRequest
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#district_code ⇒ Object
Returns the value of attribute district_code.
-
#invoice_code ⇒ Object
Returns the value of attribute invoice_code.
-
#invoice_description ⇒ Object
Returns the value of attribute invoice_description.
-
#invoice_receiver_code ⇒ Object
Returns the value of attribute invoice_receiver_code.
-
#invoice_receiver_data ⇒ Object
Returns the value of attribute invoice_receiver_data.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code.
-
#sender_invoice_no ⇒ Object
Returns the value of attribute sender_invoice_no.
-
#sender_staff_code ⇒ Object
Returns the value of attribute sender_staff_code.
-
#sender_staff_data ⇒ Object
Returns the value of attribute sender_staff_data.
-
#tax_type ⇒ Object
Returns the value of attribute tax_type.
Instance Attribute Details
#callback_url ⇒ Object
Returns the value of attribute callback_url
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def callback_url @callback_url end |
#district_code ⇒ Object
Returns the value of attribute district_code
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def district_code @district_code end |
#invoice_code ⇒ Object
Returns the value of attribute invoice_code
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def invoice_code @invoice_code end |
#invoice_description ⇒ Object
Returns the value of attribute invoice_description
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def invoice_description @invoice_description end |
#invoice_receiver_code ⇒ Object
Returns the value of attribute invoice_receiver_code
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def invoice_receiver_code @invoice_receiver_code end |
#invoice_receiver_data ⇒ Object
Returns the value of attribute invoice_receiver_data
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def invoice_receiver_data @invoice_receiver_data end |
#lines ⇒ Object
Returns the value of attribute lines
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def lines @lines end |
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def sender_branch_code @sender_branch_code end |
#sender_invoice_no ⇒ Object
Returns the value of attribute sender_invoice_no
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def sender_invoice_no @sender_invoice_no end |
#sender_staff_code ⇒ Object
Returns the value of attribute sender_staff_code
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def sender_staff_code @sender_staff_code end |
#sender_staff_data ⇒ Object
Returns the value of attribute sender_staff_data
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def sender_staff_data @sender_staff_data end |
#tax_type ⇒ Object
Returns the value of attribute tax_type
91 92 93 |
# File 'lib/qpay/models.rb', line 91 def tax_type @tax_type end |