lib/recurly/requests/invoice_collect.rb in recurly-3.14.0 vs lib/recurly/requests/invoice_collect.rb in recurly-3.15.0

- old
+ new

@@ -4,9 +4,13 @@ # need and we will usher them to the appropriate places. module Recurly module Requests class InvoiceCollect < Request + # @!attribute billing_info_id + # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. + define_attribute :billing_info_id, String + # @!attribute three_d_secure_action_result_token_id # @return [String] A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge. define_attribute :three_d_secure_action_result_token_id, String # @!attribute transaction_type