Class: Recurly::Resources::SubscriptionShipping
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::SubscriptionShipping
- Defined in:
- lib/recurly/resources/subscription_shipping.rb
Instance Attribute Summary collapse
- #address ⇒ ShippingAddress
-
#amount ⇒ Float
Subscription's shipping cost.
- #method ⇒ ShippingMethodMini
-
#object ⇒ String
Object type.
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
#address ⇒ ShippingAddress
11 |
# File 'lib/recurly/resources/subscription_shipping.rb', line 11 define_attribute :address, :ShippingAddress |
#amount ⇒ Float
Returns Subscription's shipping cost.
15 |
# File 'lib/recurly/resources/subscription_shipping.rb', line 15 define_attribute :amount, Float |
#method ⇒ ShippingMethodMini
19 |
# File 'lib/recurly/resources/subscription_shipping.rb', line 19 define_attribute :method, :ShippingMethodMini |
#object ⇒ String
Returns Object type.
23 |
# File 'lib/recurly/resources/subscription_shipping.rb', line 23 define_attribute :object, String |