Class: Twilio::REST::Marketplace::V1::InstalledAddOnContext::InstalledAddOnUsageInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Marketplace::V1::InstalledAddOnContext::InstalledAddOnUsageInstance
- Defined in:
- lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb
Instance Method Summary collapse
- #billable_items ⇒ Array<InstalledAddOnUsageList.MarketplaceV1InstalledAddOnInstalledAddOnUsageBillableItems>
-
#initialize(version, payload, installed_add_on_sid: nil) ⇒ InstalledAddOnUsageInstance
constructor
Initialize the InstalledAddOnUsageInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#to_s ⇒ Object
Provide a user friendly representation.
-
#total_submitted ⇒ Float
Total amount in local currency that was billed in this request.
Constructor Details
#initialize(version, payload, installed_add_on_sid: nil) ⇒ InstalledAddOnUsageInstance
Initialize the InstalledAddOnUsageInstance
120 121 122 123 124 125 126 127 128 |
# File 'lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb', line 120 def initialize(version, payload , installed_add_on_sid: nil) super(version) # Marshaled Properties @properties = { 'total_submitted' => payload['total_submitted'], 'billable_items' => payload['billable_items'], } end |
Instance Method Details
#billable_items ⇒ Array<InstalledAddOnUsageList.MarketplaceV1InstalledAddOnInstalledAddOnUsageBillableItems>
139 140 141 |
# File 'lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb', line 139 def billable_items @properties['billable_items'] end |
#inspect ⇒ Object
Provide a detailed, user friendly representation
151 152 153 |
# File 'lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb', line 151 def inspect "<Twilio.Marketplace.V1.InstalledAddOnUsageInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
145 146 147 |
# File 'lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb', line 145 def to_s "<Twilio.Marketplace.V1.InstalledAddOnUsageInstance>" end |
#total_submitted ⇒ Float
Returns Total amount in local currency that was billed in this request. Aggregates all billable_items that were successfully submitted.
133 134 135 |
# File 'lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb', line 133 def total_submitted @properties['total_submitted'] end |