Class: ChargeBee::Invoice
- Defined in:
- lib/chargebee/models/invoice.rb
Defined Under Namespace
Classes: AdjustmentCreditNote, AppliedCredit, BillingAddress, Discount, IssuedCreditNote, LineItem, LineItemTax, LinkedOrder, LinkedPayment, Note, ShippingAddress, Tax
Instance Attribute Summary collapse
-
#adjustment_credit_notes ⇒ Object
Returns the value of attribute adjustment_credit_notes.
-
#amount_adjusted ⇒ Object
Returns the value of attribute amount_adjusted.
-
#amount_due ⇒ Object
Returns the value of attribute amount_due.
-
#amount_paid ⇒ Object
Returns the value of attribute amount_paid.
-
#applied_credits ⇒ Object
Returns the value of attribute applied_credits.
-
#billing_address ⇒ Object
Returns the value of attribute billing_address.
-
#credits_applied ⇒ Object
Returns the value of attribute credits_applied.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#date ⇒ Object
Returns the value of attribute date.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#discounts ⇒ Object
Returns the value of attribute discounts.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#dunning_status ⇒ Object
Returns the value of attribute dunning_status.
-
#first_invoice ⇒ Object
Returns the value of attribute first_invoice.
-
#id ⇒ Object
Returns the value of attribute id.
-
#issued_credit_notes ⇒ Object
Returns the value of attribute issued_credit_notes.
-
#line_item_taxes ⇒ Object
Returns the value of attribute line_item_taxes.
-
#line_items ⇒ Object
Returns the value of attribute line_items.
-
#linked_orders ⇒ Object
Returns the value of attribute linked_orders.
-
#linked_payments ⇒ Object
Returns the value of attribute linked_payments.
-
#net_term_days ⇒ Object
Returns the value of attribute net_term_days.
-
#next_retry_at ⇒ Object
Returns the value of attribute next_retry_at.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#paid_at ⇒ Object
Returns the value of attribute paid_at.
-
#po_number ⇒ Object
Returns the value of attribute po_number.
-
#price_type ⇒ Object
Returns the value of attribute price_type.
-
#recurring ⇒ Object
Returns the value of attribute recurring.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
-
#status ⇒ Object
Returns the value of attribute status.
-
#sub_total ⇒ Object
Returns the value of attribute sub_total.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#tax ⇒ Object
Returns the value of attribute tax.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
-
#total ⇒ Object
Returns the value of attribute total.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#vat_number ⇒ Object
Returns the value of attribute vat_number.
-
#voided_at ⇒ Object
Returns the value of attribute voided_at.
-
#write_off_amount ⇒ Object
Returns the value of attribute write_off_amount.
Class Method Summary collapse
- .add_addon_charge(id, params, env = nil, headers = {}) ⇒ Object
- .add_charge(id, params, env = nil, headers = {}) ⇒ Object
- .charge(params, env = nil, headers = {}) ⇒ Object
- .charge_addon(params, env = nil, headers = {}) ⇒ Object
- .close(id, env = nil, headers = {}) ⇒ Object
- .collect_payment(id, params = {}, env = nil, headers = {}) ⇒ Object
-
.create(params, env = nil, headers = {}) ⇒ Object
OPERATIONS -----------.
- .delete(id, params = {}, env = nil, headers = {}) ⇒ Object
- .import_invoice(params, env = nil, headers = {}) ⇒ Object
- .invoices_for_customer(id, params = {}, env = nil, headers = {}) ⇒ Object
- .invoices_for_subscription(id, params = {}, env = nil, headers = {}) ⇒ Object
- .list(params = {}, env = nil, headers = {}) ⇒ Object
- .pdf(id, env = nil, headers = {}) ⇒ Object
- .record_payment(id, params, env = nil, headers = {}) ⇒ Object
- .record_refund(id, params, env = nil, headers = {}) ⇒ Object
- .refund(id, params = {}, env = nil, headers = {}) ⇒ Object
- .retrieve(id, env = nil, headers = {}) ⇒ Object
- .stop_dunning(id, env = nil, headers = {}) ⇒ Object
- .void_invoice(id, params = {}, env = nil, headers = {}) ⇒ Object
- .write_off(id, params = {}, env = nil, headers = {}) ⇒ Object
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#adjustment_credit_notes ⇒ Object
Returns the value of attribute adjustment_credit_notes.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def adjustment_credit_notes @adjustment_credit_notes end |
#amount_adjusted ⇒ Object
Returns the value of attribute amount_adjusted.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def amount_adjusted @amount_adjusted end |
#amount_due ⇒ Object
Returns the value of attribute amount_due.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def amount_due @amount_due end |
#amount_paid ⇒ Object
Returns the value of attribute amount_paid.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def amount_paid @amount_paid end |
#applied_credits ⇒ Object
Returns the value of attribute applied_credits.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def applied_credits @applied_credits end |
#billing_address ⇒ Object
Returns the value of attribute billing_address.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def billing_address @billing_address end |
#credits_applied ⇒ Object
Returns the value of attribute credits_applied.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def credits_applied @credits_applied end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def currency_code @currency_code end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def customer_id @customer_id end |
#date ⇒ Object
Returns the value of attribute date.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def date @date end |
#deleted ⇒ Object
Returns the value of attribute deleted.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def deleted @deleted end |
#discounts ⇒ Object
Returns the value of attribute discounts.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def discounts @discounts end |
#due_date ⇒ Object
Returns the value of attribute due_date.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def due_date @due_date end |
#dunning_status ⇒ Object
Returns the value of attribute dunning_status.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def dunning_status @dunning_status end |
#first_invoice ⇒ Object
Returns the value of attribute first_invoice.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def first_invoice @first_invoice end |
#id ⇒ Object
Returns the value of attribute id.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def id @id end |
#issued_credit_notes ⇒ Object
Returns the value of attribute issued_credit_notes.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def issued_credit_notes @issued_credit_notes end |
#line_item_taxes ⇒ Object
Returns the value of attribute line_item_taxes.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def line_item_taxes @line_item_taxes end |
#line_items ⇒ Object
Returns the value of attribute line_items.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def line_items @line_items end |
#linked_orders ⇒ Object
Returns the value of attribute linked_orders.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def linked_orders @linked_orders end |
#linked_payments ⇒ Object
Returns the value of attribute linked_payments.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def linked_payments @linked_payments end |
#net_term_days ⇒ Object
Returns the value of attribute net_term_days.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def net_term_days @net_term_days end |
#next_retry_at ⇒ Object
Returns the value of attribute next_retry_at.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def next_retry_at @next_retry_at end |
#notes ⇒ Object
Returns the value of attribute notes.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def notes @notes end |
#paid_at ⇒ Object
Returns the value of attribute paid_at.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def paid_at @paid_at end |
#po_number ⇒ Object
Returns the value of attribute po_number.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def po_number @po_number end |
#price_type ⇒ Object
Returns the value of attribute price_type.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def price_type @price_type end |
#recurring ⇒ Object
Returns the value of attribute recurring.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def recurring @recurring end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def resource_version @resource_version end |
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def shipping_address @shipping_address end |
#status ⇒ Object
Returns the value of attribute status.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def status @status end |
#sub_total ⇒ Object
Returns the value of attribute sub_total.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def sub_total @sub_total end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def subscription_id @subscription_id end |
#tax ⇒ Object
Returns the value of attribute tax.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def tax @tax end |
#taxes ⇒ Object
Returns the value of attribute taxes.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def taxes @taxes end |
#total ⇒ Object
Returns the value of attribute total.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def total @total end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def updated_at @updated_at end |
#vat_number ⇒ Object
Returns the value of attribute vat_number.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def vat_number @vat_number end |
#voided_at ⇒ Object
Returns the value of attribute voided_at.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def voided_at @voided_at end |
#write_off_amount ⇒ Object
Returns the value of attribute write_off_amount.
52 53 54 |
# File 'lib/chargebee/models/invoice.rb', line 52 def write_off_amount @write_off_amount end |
Class Method Details
.add_addon_charge(id, params, env = nil, headers = {}) ⇒ Object
106 107 108 |
# File 'lib/chargebee/models/invoice.rb', line 106 def self.add_addon_charge(id, params, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"add_addon_charge"), params, env, headers) end |
.add_charge(id, params, env = nil, headers = {}) ⇒ Object
102 103 104 |
# File 'lib/chargebee/models/invoice.rb', line 102 def self.add_charge(id, params, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"add_charge"), params, env, headers) end |
.charge(params, env = nil, headers = {}) ⇒ Object
66 67 68 |
# File 'lib/chargebee/models/invoice.rb', line 66 def self.charge(params, env=nil, headers={}) Request.send('post', uri_path("invoices","charge"), params, env, headers) end |
.charge_addon(params, env = nil, headers = {}) ⇒ Object
70 71 72 |
# File 'lib/chargebee/models/invoice.rb', line 70 def self.charge_addon(params, env=nil, headers={}) Request.send('post', uri_path("invoices","charge_addon"), params, env, headers) end |
.close(id, env = nil, headers = {}) ⇒ Object
110 111 112 |
# File 'lib/chargebee/models/invoice.rb', line 110 def self.close(id, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"close"), {}, env, headers) end |
.collect_payment(id, params = {}, env = nil, headers = {}) ⇒ Object
114 115 116 |
# File 'lib/chargebee/models/invoice.rb', line 114 def self.collect_payment(id, params={}, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"collect_payment"), params, env, headers) end |
.create(params, env = nil, headers = {}) ⇒ Object
OPERATIONS
62 63 64 |
# File 'lib/chargebee/models/invoice.rb', line 62 def self.create(params, env=nil, headers={}) Request.send('post', uri_path("invoices"), params, env, headers) end |
.delete(id, params = {}, env = nil, headers = {}) ⇒ Object
138 139 140 |
# File 'lib/chargebee/models/invoice.rb', line 138 def self.delete(id, params={}, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"delete"), params, env, headers) end |
.import_invoice(params, env = nil, headers = {}) ⇒ Object
78 79 80 |
# File 'lib/chargebee/models/invoice.rb', line 78 def self.import_invoice(params, env=nil, headers={}) Request.send('post', uri_path("invoices","import_invoice"), params, env, headers) end |
.invoices_for_customer(id, params = {}, env = nil, headers = {}) ⇒ Object
86 87 88 |
# File 'lib/chargebee/models/invoice.rb', line 86 def self.invoices_for_customer(id, params={}, env=nil, headers={}) Request.send('get', uri_path("customers",id.to_s,"invoices"), params, env, headers) end |
.invoices_for_subscription(id, params = {}, env = nil, headers = {}) ⇒ Object
90 91 92 |
# File 'lib/chargebee/models/invoice.rb', line 90 def self.invoices_for_subscription(id, params={}, env=nil, headers={}) Request.send('get', uri_path("subscriptions",id.to_s,"invoices"), params, env, headers) end |
.list(params = {}, env = nil, headers = {}) ⇒ Object
82 83 84 |
# File 'lib/chargebee/models/invoice.rb', line 82 def self.list(params={}, env=nil, headers={}) Request.send_list_request('get', uri_path("invoices"), params, env, headers) end |
.pdf(id, env = nil, headers = {}) ⇒ Object
98 99 100 |
# File 'lib/chargebee/models/invoice.rb', line 98 def self.pdf(id, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"pdf"), {}, env, headers) end |
.record_payment(id, params, env = nil, headers = {}) ⇒ Object
118 119 120 |
# File 'lib/chargebee/models/invoice.rb', line 118 def self.record_payment(id, params, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"record_payment"), params, env, headers) end |
.record_refund(id, params, env = nil, headers = {}) ⇒ Object
126 127 128 |
# File 'lib/chargebee/models/invoice.rb', line 126 def self.record_refund(id, params, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"record_refund"), params, env, headers) end |
.refund(id, params = {}, env = nil, headers = {}) ⇒ Object
122 123 124 |
# File 'lib/chargebee/models/invoice.rb', line 122 def self.refund(id, params={}, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"refund"), params, env, headers) end |
.retrieve(id, env = nil, headers = {}) ⇒ Object
94 95 96 |
# File 'lib/chargebee/models/invoice.rb', line 94 def self.retrieve(id, env=nil, headers={}) Request.send('get', uri_path("invoices",id.to_s), {}, env, headers) end |
.stop_dunning(id, env = nil, headers = {}) ⇒ Object
74 75 76 |
# File 'lib/chargebee/models/invoice.rb', line 74 def self.stop_dunning(id, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"stop_dunning"), {}, env, headers) end |
.void_invoice(id, params = {}, env = nil, headers = {}) ⇒ Object
130 131 132 |
# File 'lib/chargebee/models/invoice.rb', line 130 def self.void_invoice(id, params={}, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"void"), params, env, headers) end |
.write_off(id, params = {}, env = nil, headers = {}) ⇒ Object
134 135 136 |
# File 'lib/chargebee/models/invoice.rb', line 134 def self.write_off(id, params={}, env=nil, headers={}) Request.send('post', uri_path("invoices",id.to_s,"write_off"), params, env, headers) end |