Class: Recurly::Resources::Settings
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::Settings
- Defined in:
- lib/recurly/resources/settings.rb
Instance Attribute Summary collapse
- #accepted_currencies ⇒ Array[String]
-
#billing_address_requirement ⇒ String
-
full: Full Address (Street, City, State, Postal Code and Country) - streetzip: Street and Postal Code only - zip: Postal Code only - none: No Address.
-
-
#default_currency ⇒ String
The default 3-letter ISO 4217 currency code.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#accepted_currencies ⇒ Array[String]
11 |
# File 'lib/recurly/resources/settings.rb', line 11 define_attribute :accepted_currencies, Array, { :item_type => String } |
#billing_address_requirement ⇒ String
Returns - full: Full Address (Street, City, State, Postal Code and Country) - streetzip: Street and Postal Code only - zip: Postal Code only - none: No Address.
15 |
# File 'lib/recurly/resources/settings.rb', line 15 define_attribute :billing_address_requirement, String |
#default_currency ⇒ String
Returns The default 3-letter ISO 4217 currency code.
19 |
# File 'lib/recurly/resources/settings.rb', line 19 define_attribute :default_currency, String |