lib/recurly/requests/invoice_collect.rb in recurly-3.18.1 vs lib/recurly/requests/invoice_collect.rb in recurly-3.19.0
- old
+ new
@@ -5,10 +5,10 @@
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.
+ # @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. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
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