lib/recurly/requests/purchase_create.rb in recurly-3.28.0 vs lib/recurly/requests/purchase_create.rb in recurly-4.0.0
- old
+ new
@@ -9,10 +9,10 @@
# @!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. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
+ # @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