Class: ChargeBee::PaymentVoucher::LinkedInvoice
- Defined in:
- lib/chargebee/models/payment_voucher.rb
Instance Attribute Summary collapse
-
#applied_at ⇒ Object
Returns the value of attribute applied_at.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#txn_id ⇒ Object
Returns the value of attribute txn_id.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#applied_at ⇒ Object
Returns the value of attribute applied_at.
5 6 7 |
# File 'lib/chargebee/models/payment_voucher.rb', line 5 def applied_at @applied_at end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
5 6 7 |
# File 'lib/chargebee/models/payment_voucher.rb', line 5 def invoice_id @invoice_id end |
#txn_id ⇒ Object
Returns the value of attribute txn_id.
5 6 7 |
# File 'lib/chargebee/models/payment_voucher.rb', line 5 def txn_id @txn_id end |