Class: Stripe::Account::BusinessProfile
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::BusinessProfile
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: AnnualRevenue, MonthlyEstimatedRevenue, SupportAddress
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#annual_revenue ⇒ Object
readonly
Returns the value of attribute annual_revenue.
-
#estimated_worker_count ⇒ Object
readonly
Returns the value of attribute estimated_worker_count.
-
#mcc ⇒ Object
readonly
Returns the value of attribute mcc.
-
#monthly_estimated_revenue ⇒ Object
readonly
Returns the value of attribute monthly_estimated_revenue.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#product_description ⇒ Object
readonly
Returns the value of attribute product_description.
-
#support_address ⇒ Object
readonly
Returns the value of attribute support_address.
-
#support_email ⇒ Object
readonly
Returns the value of attribute support_email.
-
#support_phone ⇒ Object
readonly
Returns the value of attribute support_phone.
-
#support_url ⇒ Object
readonly
Returns the value of attribute support_url.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#annual_revenue ⇒ Object (readonly)
Returns the value of attribute annual_revenue.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def annual_revenue @annual_revenue end |
#estimated_worker_count ⇒ Object (readonly)
Returns the value of attribute estimated_worker_count.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def estimated_worker_count @estimated_worker_count end |
#mcc ⇒ Object (readonly)
Returns the value of attribute mcc.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def mcc @mcc end |
#monthly_estimated_revenue ⇒ Object (readonly)
Returns the value of attribute monthly_estimated_revenue.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def monthly_estimated_revenue @monthly_estimated_revenue end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def name @name end |
#product_description ⇒ Object (readonly)
Returns the value of attribute product_description.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def product_description @product_description end |
#support_address ⇒ Object (readonly)
Returns the value of attribute support_address.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def support_address @support_address end |
#support_email ⇒ Object (readonly)
Returns the value of attribute support_email.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def support_email @support_email end |
#support_phone ⇒ Object (readonly)
Returns the value of attribute support_phone.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def support_phone @support_phone end |
#support_url ⇒ Object (readonly)
Returns the value of attribute support_url.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def support_url @support_url end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
49 50 51 |
# File 'lib/stripe/resources/account.rb', line 49 def url @url end |