lib/recurly/requests/purchase_create.rb in recurly-3.16.0 vs lib/recurly/requests/purchase_create.rb in recurly-3.17.0
- old
+ new
@@ -8,9 +8,13 @@
# @!attribute account
# @return [AccountPurchase]
define_attribute :account, :AccountPurchase
+ # @!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 collection_method
# @return [String] Must be set to manual in order to preview a purchase for an Account that does not have payment information associated with the Billing Info.
define_attribute :collection_method, String
# @!attribute coupon_codes