Class: Latitude::API::Objects::Billing
Constant Summary
Constants inherited
from APIObject
APIObject::RESERVED
Instance Attribute Summary collapse
Attributes inherited from APIObject
#raw
Method Summary
Methods inherited from APIObject
#==, #[], #as_json, #each, #hash, #initialize, #inspect, #key?, #keys, #method_missing, #respond_to_missing?, #to_h, wrap
#attribute, #attribute_specs
#attribute_spec, #read_attribute, #wrap_attribute
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Latitude::API::APIObject
Instance Attribute Details
#customer_billing_id ⇒ String
87
88
89
90
91
92
93
|
# File 'lib/latitude/api/objects.rb', line 87
class Billing < APIObject
attribute :id, :string, read_only: true
attribute :customer_billing_id, :string, read_only: true
attribute :subscription_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :method, :string, read_only: true
end
|
#id ⇒ String
87
88
89
90
91
92
93
|
# File 'lib/latitude/api/objects.rb', line 87
class Billing < APIObject
attribute :id, :string, read_only: true
attribute :customer_billing_id, :string, read_only: true
attribute :subscription_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :method, :string, read_only: true
end
|
#method ⇒ String
87
88
89
90
91
92
93
|
# File 'lib/latitude/api/objects.rb', line 87
class Billing < APIObject
attribute :id, :string, read_only: true
attribute :customer_billing_id, :string, read_only: true
attribute :subscription_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :method, :string, read_only: true
end
|
#subscription_id ⇒ String
87
88
89
90
91
92
93
|
# File 'lib/latitude/api/objects.rb', line 87
class Billing < APIObject
attribute :id, :string, read_only: true
attribute :customer_billing_id, :string, read_only: true
attribute :subscription_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :method, :string, read_only: true
end
|
#type ⇒ String
87
88
89
90
91
92
93
|
# File 'lib/latitude/api/objects.rb', line 87
class Billing < APIObject
attribute :id, :string, read_only: true
attribute :customer_billing_id, :string, read_only: true
attribute :subscription_id, :string, read_only: true
attribute :type, :string, read_only: true
attribute :method, :string, read_only: true
end
|