lib/recurly/gift_card.rb in recurly-2.18.0 vs lib/recurly/gift_card.rb in recurly-2.18.1

- old
+ new

@@ -16,9 +16,12 @@ has_one :redemption_invoice, class_name: :Invoice, readonly: true # @return [Invoice, nil] The charge invoice for the gift card redemption. has_one :purchase_invoice, class_name: :Invoice, readonly: true + # @return [BillingInfo, nil] + has_one :billing_info, class_name: :BillingInfo, readonly: false + define_attribute_methods %w( balance_in_cents currency created_at delivered_at