lib/recurly/requests/purchase_create.rb in recurly-3.2.2 vs lib/recurly/requests/purchase_create.rb in recurly-3.3.0
- old
+ new
@@ -9,10 +9,10 @@
# @!attribute account
# @return [AccountPurchase]
define_attribute :account, :AccountPurchase
# @!attribute collection_method
- # @return [String] 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
# @return [Array[String]] A list of coupon_codes to be redeemed on the subscription or account during the purchase.
define_attribute :coupon_codes, Array, { :item_type => String }