lib/recurly/resources/subscription.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/subscription.rb in recurly-3.0.0
- old
+ new
@@ -124,12 +124,12 @@
# @!attribute renewal_billing_cycles
# @return [Integer] If `auto_renew=true`, when a term completes, `total_billing_cycles` takes this value as the length of subsequent terms. Defaults to the plan's `total_billing_cycles`.
define_attribute :renewal_billing_cycles, Integer
- # @!attribute shipping_address
- # @return [ShippingAddress]
- define_attribute :shipping_address, :ShippingAddress
+ # @!attribute shipping
+ # @return [SubscriptionShipping]
+ define_attribute :shipping, :SubscriptionShipping
# @!attribute state
# @return [String] State
define_attribute :state, String