lib/recurly/resources/subscription.rb in recurly-3.14.0 vs lib/recurly/resources/subscription.rb in recurly-3.15.0
- old
+ new
@@ -28,9 +28,13 @@
# @!attribute bank_account_authorized_at
# @return [DateTime] Recurring subscriptions paid with ACH will have this attribute set. This timestamp is used for alerting customers to reauthorize in 3 years in accordance with NACHA rules. If a subscription becomes inactive or the billing info is no longer a bank account, this timestamp is cleared.
define_attribute :bank_account_authorized_at, DateTime
+ # @!attribute billing_info_id
+ # @return [String] Billing Info ID.
+ define_attribute :billing_info_id, String
+
# @!attribute canceled_at
# @return [DateTime] Canceled at
define_attribute :canceled_at, DateTime
# @!attribute collection_method