Class: ChargeBee::PaymentVoucher::LinkedInvoice

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

Instance Attribute Summary collapse

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_atObject

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_idObject

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_idObject

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