Class: ChargeBee::RecordedPurchase
- Defined in:
- lib/chargebee/models/recorded_purchase.rb
Defined Under Namespace
Classes: ErrorDetail, LinkedOmnichannelSubscription
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#error_detail ⇒ Object
Returns the value of attribute error_detail.
-
#id ⇒ Object
Returns the value of attribute id.
-
#linked_omnichannel_subscriptions ⇒ Object
Returns the value of attribute linked_omnichannel_subscriptions.
-
#omnichannel_transaction_id ⇒ Object
Returns the value of attribute omnichannel_transaction_id.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Class Method Summary collapse
-
.create(params, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
- .retrieve(id, env = nil, headers = {}) ⇒ Object
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
#app_id ⇒ Object
Returns the value of attribute app_id.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def app_id @app_id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def created_at @created_at end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def customer_id @customer_id end |
#error_detail ⇒ Object
Returns the value of attribute error_detail.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def error_detail @error_detail end |
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def id @id end |
#linked_omnichannel_subscriptions ⇒ Object
Returns the value of attribute linked_omnichannel_subscriptions.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def linked_omnichannel_subscriptions @linked_omnichannel_subscriptions end |
#omnichannel_transaction_id ⇒ Object
Returns the value of attribute omnichannel_transaction_id.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def omnichannel_transaction_id @omnichannel_transaction_id end |
#source ⇒ Object
Returns the value of attribute source.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def source @source end |
#status ⇒ Object
Returns the value of attribute status.
12 13 14 |
# File 'lib/chargebee/models/recorded_purchase.rb', line 12 def status @status end |