Class: Recurly::Requests::ProrationSettings
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ProrationSettings
- Defined in:
- lib/recurly/requests/proration_settings.rb
Instance Attribute Summary collapse
-
#charge ⇒ String
Determines how the amount charged is determined for this change.
-
#credit ⇒ String
Determines how the amount credited is determined for this change.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#charge ⇒ String
Returns Determines how the amount charged is determined for this change.
11 |
# File 'lib/recurly/requests/proration_settings.rb', line 11 define_attribute :charge, String |
#credit ⇒ String
Returns Determines how the amount credited is determined for this change.
15 |
# File 'lib/recurly/requests/proration_settings.rb', line 15 define_attribute :credit, String |