Class: QPay::CreateSimpleInvoiceRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::CreateSimpleInvoiceRequest
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#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.
-
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code.
-
#sender_invoice_no ⇒ Object
Returns the value of attribute sender_invoice_no.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def amount @amount end |
#callback_url ⇒ Object
Returns the value of attribute callback_url
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def callback_url @callback_url end |
#invoice_code ⇒ Object
Returns the value of attribute invoice_code
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def invoice_code @invoice_code end |
#invoice_description ⇒ Object
Returns the value of attribute invoice_description
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def invoice_description @invoice_description end |
#invoice_receiver_code ⇒ Object
Returns the value of attribute invoice_receiver_code
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def invoice_receiver_code @invoice_receiver_code end |
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def sender_branch_code @sender_branch_code end |
#sender_invoice_no ⇒ Object
Returns the value of attribute sender_invoice_no
85 86 87 |
# File 'lib/qpay/models.rb', line 85 def sender_invoice_no @sender_invoice_no end |