Class: QPay::CreateInvoiceRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::CreateInvoiceRequest
- Defined in:
- lib/qpay/models.rb
Overview
--- Invoice ---
Instance Attribute Summary collapse
-
#allow_exceed ⇒ Object
Returns the value of attribute allow_exceed.
-
#allow_partial ⇒ Object
Returns the value of attribute allow_partial.
-
#allow_subscribe ⇒ Object
Returns the value of attribute allow_subscribe.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#enable_expiry ⇒ Object
Returns the value of attribute enable_expiry.
-
#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.
-
#maximum_amount ⇒ Object
Returns the value of attribute maximum_amount.
-
#minimum_amount ⇒ Object
Returns the value of attribute minimum_amount.
-
#note ⇒ Object
Returns the value of attribute note.
-
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code.
-
#sender_branch_data ⇒ Object
Returns the value of attribute sender_branch_data.
-
#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.
-
#sender_terminal_code ⇒ Object
Returns the value of attribute sender_terminal_code.
-
#sender_terminal_data ⇒ Object
Returns the value of attribute sender_terminal_data.
-
#subscription_interval ⇒ Object
Returns the value of attribute subscription_interval.
-
#subscription_webhook ⇒ Object
Returns the value of attribute subscription_webhook.
-
#transactions ⇒ Object
Returns the value of attribute transactions.
Instance Attribute Details
#allow_exceed ⇒ Object
Returns the value of attribute allow_exceed
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def allow_exceed @allow_exceed end |
#allow_partial ⇒ Object
Returns the value of attribute allow_partial
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def allow_partial @allow_partial end |
#allow_subscribe ⇒ Object
Returns the value of attribute allow_subscribe
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def allow_subscribe @allow_subscribe end |
#amount ⇒ Object
Returns the value of attribute amount
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def amount @amount end |
#callback_url ⇒ Object
Returns the value of attribute callback_url
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def callback_url @callback_url end |
#enable_expiry ⇒ Object
Returns the value of attribute enable_expiry
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def enable_expiry @enable_expiry end |
#invoice_code ⇒ Object
Returns the value of attribute invoice_code
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def invoice_code @invoice_code end |
#invoice_description ⇒ Object
Returns the value of attribute invoice_description
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def invoice_description @invoice_description end |
#invoice_receiver_code ⇒ Object
Returns the value of attribute invoice_receiver_code
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def invoice_receiver_code @invoice_receiver_code end |
#invoice_receiver_data ⇒ Object
Returns the value of attribute invoice_receiver_data
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def invoice_receiver_data @invoice_receiver_data end |
#lines ⇒ Object
Returns the value of attribute lines
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def lines @lines end |
#maximum_amount ⇒ Object
Returns the value of attribute maximum_amount
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def maximum_amount @maximum_amount end |
#minimum_amount ⇒ Object
Returns the value of attribute minimum_amount
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def minimum_amount @minimum_amount end |
#note ⇒ Object
Returns the value of attribute note
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def note @note end |
#sender_branch_code ⇒ Object
Returns the value of attribute sender_branch_code
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_branch_code @sender_branch_code end |
#sender_branch_data ⇒ Object
Returns the value of attribute sender_branch_data
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_branch_data @sender_branch_data end |
#sender_invoice_no ⇒ Object
Returns the value of attribute sender_invoice_no
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_invoice_no @sender_invoice_no end |
#sender_staff_code ⇒ Object
Returns the value of attribute sender_staff_code
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_staff_code @sender_staff_code end |
#sender_staff_data ⇒ Object
Returns the value of attribute sender_staff_data
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_staff_data @sender_staff_data end |
#sender_terminal_code ⇒ Object
Returns the value of attribute sender_terminal_code
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_terminal_code @sender_terminal_code end |
#sender_terminal_data ⇒ Object
Returns the value of attribute sender_terminal_data
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def sender_terminal_data @sender_terminal_data end |
#subscription_interval ⇒ Object
Returns the value of attribute subscription_interval
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def subscription_interval @subscription_interval end |
#subscription_webhook ⇒ Object
Returns the value of attribute subscription_webhook
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def subscription_webhook @subscription_webhook end |
#transactions ⇒ Object
Returns the value of attribute transactions
73 74 75 |
# File 'lib/qpay/models.rb', line 73 def transactions @transactions end |