Class: ChargeBee::SubscriptionEstimate

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

Defined Under Namespace

Classes: ShippingAddress

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #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

#currency_codeObject

Returns the value of attribute currency_code.



8
9
10
# File 'lib/chargebee/models/subscription_estimate.rb', line 8

def currency_code
  @currency_code
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/chargebee/models/subscription_estimate.rb', line 8

def id
  @id
end

#next_billing_atObject

Returns the value of attribute next_billing_at.



8
9
10
# File 'lib/chargebee/models/subscription_estimate.rb', line 8

def next_billing_at
  @next_billing_at
end

#shipping_addressObject

Returns the value of attribute shipping_address.



8
9
10
# File 'lib/chargebee/models/subscription_estimate.rb', line 8

def shipping_address
  @shipping_address
end

#statusObject

Returns the value of attribute status.



8
9
10
# File 'lib/chargebee/models/subscription_estimate.rb', line 8

def status
  @status
end