lib/recurly/resources/invoice.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/invoice.rb in recurly-3.0.0

- old
+ new

@@ -88,9 +88,13 @@ # @!attribute refundable_amount # @return [Float] The refundable amount on a charge invoice. It will be null for all other invoices. define_attribute :refundable_amount, Float + # @!attribute shipping_address + # @return [ShippingAddress] + define_attribute :shipping_address, :ShippingAddress + # @!attribute state # @return [String] Invoice state define_attribute :state, String # @!attribute subscription_ids