lib/recurly/resources/billing_info.rb in recurly-4.0.1 vs lib/recurly/resources/billing_info.rb in recurly-4.1.0
- old
+ new
@@ -12,9 +12,13 @@
# @!attribute address
# @return [Address]
define_attribute :address, :Address
+ # @!attribute backup_payment_method
+ # @return [Boolean] The `backup_payment_method` indicator is used to designate a billing info as a backup on the account that will be tried if the billing info marked `primary_payment_method` fails.
+ define_attribute :backup_payment_method, :Boolean
+
# @!attribute company
# @return [String]
define_attribute :company, String
# @!attribute created_at