Class: Xendify::InvoiceModel
- Inherits:
-
APIResource
- Object
- APIResource
- Xendify::InvoiceModel
- Defined in:
- lib/xendify/resources/invoice.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#available_banks ⇒ Object
Returns the value of attribute available_banks.
-
#available_retail_outlets ⇒ Object
Returns the value of attribute available_retail_outlets.
-
#created ⇒ Object
Returns the value of attribute created.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#expiry_date ⇒ Object
Returns the value of attribute expiry_date.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#fixed_va ⇒ Object
Returns the value of attribute fixed_va.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_url ⇒ Object
Returns the value of attribute invoice_url.
-
#items ⇒ Object
Returns the value of attribute items.
-
#merchant_name ⇒ Object
Returns the value of attribute merchant_name.
-
#merchant_profile_picture_url ⇒ Object
Returns the value of attribute merchant_profile_picture_url.
-
#mid_label ⇒ Object
Returns the value of attribute mid_label.
-
#payer_email ⇒ Object
Returns the value of attribute payer_email.
-
#should_exclude_credit_card ⇒ Object
Returns the value of attribute should_exclude_credit_card.
-
#should_send_email ⇒ Object
Returns the value of attribute should_send_email.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods inherited from APIResource
Constructor Details
This class inherits a constructor from Xendify::APIResource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def amount @amount end |
#available_banks ⇒ Object
Returns the value of attribute available_banks.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def available_banks @available_banks end |
#available_retail_outlets ⇒ Object
Returns the value of attribute available_retail_outlets.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def available_retail_outlets @available_retail_outlets end |
#created ⇒ Object
Returns the value of attribute created.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def created @created end |
#currency ⇒ Object
Returns the value of attribute currency.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def description @description end |
#expiry_date ⇒ Object
Returns the value of attribute expiry_date.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def expiry_date @expiry_date end |
#external_id ⇒ Object
Returns the value of attribute external_id.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def external_id @external_id end |
#fees ⇒ Object
Returns the value of attribute fees.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def fees @fees end |
#fixed_va ⇒ Object
Returns the value of attribute fixed_va.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def fixed_va @fixed_va end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def id @id end |
#invoice_url ⇒ Object
Returns the value of attribute invoice_url.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def invoice_url @invoice_url end |
#items ⇒ Object
Returns the value of attribute items.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def items @items end |
#merchant_name ⇒ Object
Returns the value of attribute merchant_name.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def merchant_name @merchant_name end |
#merchant_profile_picture_url ⇒ Object
Returns the value of attribute merchant_profile_picture_url.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def merchant_profile_picture_url @merchant_profile_picture_url end |
#mid_label ⇒ Object
Returns the value of attribute mid_label.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def mid_label @mid_label end |
#payer_email ⇒ Object
Returns the value of attribute payer_email.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def payer_email @payer_email end |
#should_exclude_credit_card ⇒ Object
Returns the value of attribute should_exclude_credit_card.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def should_exclude_credit_card @should_exclude_credit_card end |
#should_send_email ⇒ Object
Returns the value of attribute should_send_email.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def should_send_email @should_send_email end |
#status ⇒ Object
Returns the value of attribute status.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def status @status end |
#updated ⇒ Object
Returns the value of attribute updated.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def updated @updated end |
#user_id ⇒ Object
Returns the value of attribute user_id.
11 12 13 |
# File 'lib/xendify/resources/invoice.rb', line 11 def user_id @user_id end |