Class: ChargeBee::Invoice

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/invoice.rb

Defined Under Namespace

Classes: AdjustmentCreditNote, AppliedCredit, BillingAddress, Discount, DunningAttempt, IssuedCreditNote, LineItem, LineItemDiscount, LineItemTax, LineItemTier, LinkedOrder, LinkedPayment, Note, ShippingAddress, Tax

Instance Attribute Summary collapse

Class Method Summary collapse

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_notesObject

Returns the value of attribute adjustment_credit_notes.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def adjustment_credit_notes
  @adjustment_credit_notes
end

#amount_adjustedObject

Returns the value of attribute amount_adjusted.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def amount_adjusted
  @amount_adjusted
end

#amount_dueObject

Returns the value of attribute amount_due.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def amount_due
  @amount_due
end

#amount_paidObject

Returns the value of attribute amount_paid.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def amount_paid
  @amount_paid
end

#amount_to_collectObject

Returns the value of attribute amount_to_collect.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def amount_to_collect
  @amount_to_collect
end

#applied_creditsObject

Returns the value of attribute applied_credits.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def applied_credits
  @applied_credits
end

#billing_addressObject

Returns the value of attribute billing_address.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def billing_address
  @billing_address
end

#credits_appliedObject

Returns the value of attribute credits_applied.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def credits_applied
  @credits_applied
end

#currency_codeObject

Returns the value of attribute currency_code.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def currency_code
  @currency_code
end

#customer_idObject

Returns the value of attribute customer_id.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def customer_id
  @customer_id
end

#dateObject

Returns the value of attribute date.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def date
  @date
end

#deletedObject

Returns the value of attribute deleted.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def deleted
  @deleted
end

#discountsObject

Returns the value of attribute discounts.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def discounts
  @discounts
end

#due_dateObject

Returns the value of attribute due_date.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def due_date
  @due_date
end

#dunning_attemptsObject

Returns the value of attribute dunning_attempts.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def dunning_attempts
  @dunning_attempts
end

#dunning_statusObject

Returns the value of attribute dunning_status.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def dunning_status
  @dunning_status
end

#expected_payment_dateObject

Returns the value of attribute expected_payment_date.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def expected_payment_date
  @expected_payment_date
end

#first_invoiceObject

Returns the value of attribute first_invoice.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def first_invoice
  @first_invoice
end

#has_advance_chargesObject

Returns the value of attribute has_advance_charges.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def has_advance_charges
  @has_advance_charges
end

#idObject

Returns the value of attribute id.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def id
  @id
end

#is_giftedObject

Returns the value of attribute is_gifted.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def is_gifted
  @is_gifted
end

#issued_credit_notesObject

Returns the value of attribute issued_credit_notes.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def issued_credit_notes
  @issued_credit_notes
end

#line_item_discountsObject

Returns the value of attribute line_item_discounts.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def line_item_discounts
  @line_item_discounts
end

#line_item_taxesObject

Returns the value of attribute line_item_taxes.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def line_item_taxes
  @line_item_taxes
end

#line_item_tiersObject

Returns the value of attribute line_item_tiers.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def line_item_tiers
  @line_item_tiers
end

#line_itemsObject

Returns the value of attribute line_items.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def line_items
  @line_items
end

#linked_ordersObject

Returns the value of attribute linked_orders.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def linked_orders
  @linked_orders
end

#linked_paymentsObject

Returns the value of attribute linked_payments.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def linked_payments
  @linked_payments
end

#local_currency_codeObject

Returns the value of attribute local_currency_code.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def local_currency_code
  @local_currency_code
end

#net_term_daysObject

Returns the value of attribute net_term_days.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def net_term_days
  @net_term_days
end

#next_retry_atObject

Returns the value of attribute next_retry_at.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def next_retry_at
  @next_retry_at
end

#notesObject

Returns the value of attribute notes.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def notes
  @notes
end

Returns the value of attribute paid_at.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def paid_at
  @paid_at
end

#payment_ownerObject

Returns the value of attribute payment_owner.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def payment_owner
  @payment_owner
end

#po_numberObject

Returns the value of attribute po_number.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def po_number
  @po_number
end

#price_typeObject

Returns the value of attribute price_type.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def price_type
  @price_type
end

#recurringObject

Returns the value of attribute recurring.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def recurring
  @recurring
end

#resource_versionObject

Returns the value of attribute resource_version.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def resource_version
  @resource_version
end

#round_off_amountObject

Returns the value of attribute round_off_amount.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def round_off_amount
  @round_off_amount
end

#shipping_addressObject

Returns the value of attribute shipping_address.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def shipping_address
  @shipping_address
end

#statusObject

Returns the value of attribute status.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def status
  @status
end

#sub_totalObject

Returns the value of attribute sub_total.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def sub_total
  @sub_total
end

#sub_total_in_local_currencyObject

Returns the value of attribute sub_total_in_local_currency.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def sub_total_in_local_currency
  @sub_total_in_local_currency
end

#subscription_idObject

Returns the value of attribute subscription_id.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def subscription_id
  @subscription_id
end

#taxObject

Returns the value of attribute tax.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def tax
  @tax
end

#taxesObject

Returns the value of attribute taxes.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def taxes
  @taxes
end

#term_finalizedObject

Returns the value of attribute term_finalized.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def term_finalized
  @term_finalized
end

#totalObject

Returns the value of attribute total.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def total
  @total
end

#total_in_local_currencyObject

Returns the value of attribute total_in_local_currency.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def total_in_local_currency
  @total_in_local_currency
end

#updated_atObject

Returns the value of attribute updated_at.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def updated_at
  @updated_at
end

#vat_numberObject

Returns the value of attribute vat_number.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def vat_number
  @vat_number
end

#void_reason_codeObject

Returns the value of attribute void_reason_code.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def void_reason_code
  @void_reason_code
end

#voided_atObject

Returns the value of attribute voided_at.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def voided_at
  @voided_at
end

#write_off_amountObject

Returns the value of attribute write_off_amount.



64
65
66
# File 'lib/chargebee/models/invoice.rb', line 64

def write_off_amount
  @write_off_amount
end

Class Method Details

.add_addon_charge(id, params, env = nil, headers = {}) ⇒ Object



129
130
131
# File 'lib/chargebee/models/invoice.rb', line 129

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



125
126
127
# File 'lib/chargebee/models/invoice.rb', line 125

def self.add_charge(id, params, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"add_charge"), params, env, headers)
end

.apply_credits(id, params = {}, env = nil, headers = {}) ⇒ Object



101
102
103
# File 'lib/chargebee/models/invoice.rb', line 101

def self.apply_credits(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"apply_credits"), params, env, headers)
end

.apply_payments(id, params = {}, env = nil, headers = {}) ⇒ Object



97
98
99
# File 'lib/chargebee/models/invoice.rb', line 97

def self.apply_payments(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"apply_payments"), params, env, headers)
end

.charge(params, env = nil, headers = {}) ⇒ Object



81
82
83
# File 'lib/chargebee/models/invoice.rb', line 81

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



85
86
87
# File 'lib/chargebee/models/invoice.rb', line 85

def self.charge_addon(params, env=nil, headers={})
  Request.send('post', uri_path("invoices","charge_addon"), params, env, headers)
end

.close(id, params = {}, env = nil, headers = {}) ⇒ Object



133
134
135
# File 'lib/chargebee/models/invoice.rb', line 133

def self.close(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"close"), params, env, headers)
end

.collect_payment(id, params = {}, env = nil, headers = {}) ⇒ Object



137
138
139
# File 'lib/chargebee/models/invoice.rb', line 137

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




77
78
79
# File 'lib/chargebee/models/invoice.rb', line 77

def self.create(params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices"), params, env, headers)
end

.delete(id, params = {}, env = nil, headers = {}) ⇒ Object



169
170
171
# File 'lib/chargebee/models/invoice.rb', line 169

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



93
94
95
# File 'lib/chargebee/models/invoice.rb', line 93

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



109
110
111
# File 'lib/chargebee/models/invoice.rb', line 109

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



113
114
115
# File 'lib/chargebee/models/invoice.rb', line 113

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



105
106
107
# File 'lib/chargebee/models/invoice.rb', line 105

def self.list(params={}, env=nil, headers={})
  Request.send_list_request('get', uri_path("invoices"), params, env, headers)
end

.pdf(id, params = {}, env = nil, headers = {}) ⇒ Object



121
122
123
# File 'lib/chargebee/models/invoice.rb', line 121

def self.pdf(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"pdf"), params, env, headers)
end

.record_payment(id, params, env = nil, headers = {}) ⇒ Object



141
142
143
# File 'lib/chargebee/models/invoice.rb', line 141

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



149
150
151
# File 'lib/chargebee/models/invoice.rb', line 149

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



145
146
147
# File 'lib/chargebee/models/invoice.rb', line 145

def self.refund(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"refund"), params, env, headers)
end

.remove_credit_note(id, params, env = nil, headers = {}) ⇒ Object



157
158
159
# File 'lib/chargebee/models/invoice.rb', line 157

def self.remove_credit_note(id, params, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"remove_credit_note"), params, env, headers)
end

.remove_payment(id, params, env = nil, headers = {}) ⇒ Object



153
154
155
# File 'lib/chargebee/models/invoice.rb', line 153

def self.remove_payment(id, params, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"remove_payment"), params, env, headers)
end

.retrieve(id, env = nil, headers = {}) ⇒ Object



117
118
119
# File 'lib/chargebee/models/invoice.rb', line 117

def self.retrieve(id, env=nil, headers={})
  Request.send('get', uri_path("invoices",id.to_s), {}, env, headers)
end

.stop_dunning(id, params = {}, env = nil, headers = {}) ⇒ Object



89
90
91
# File 'lib/chargebee/models/invoice.rb', line 89

def self.stop_dunning(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"stop_dunning"), params, env, headers)
end

.update_details(id, params = {}, env = nil, headers = {}) ⇒ Object



173
174
175
# File 'lib/chargebee/models/invoice.rb', line 173

def self.update_details(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"update_details"), params, env, headers)
end

.void_invoice(id, params = {}, env = nil, headers = {}) ⇒ Object



161
162
163
# File 'lib/chargebee/models/invoice.rb', line 161

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



165
166
167
# File 'lib/chargebee/models/invoice.rb', line 165

def self.write_off(id, params={}, env=nil, headers={})
  Request.send('post', uri_path("invoices",id.to_s,"write_off"), params, env, headers)
end