lib/recurly/requests/billing_info_create.rb in recurly-4.47.0 vs lib/recurly/requests/billing_info_create.rb in recurly-4.48.0
- old
+ new
@@ -24,9 +24,13 @@
# @!attribute backup_payment_method
# @return [Boolean] The `backup_payment_method` field is used to designate a billing info as a backup on the account that will be tried if the initial billing info used for an invoice is declined. All payment methods, including the billing info marked `primary_payment_method` can be set as a backup. An account can have a maximum of 1 backup, if a user sets a different payment method as a backup, the existing backup will no longer be marked as such.
define_attribute :backup_payment_method, :Boolean
+ # @!attribute card_network_preference
+ # @return [String] Represents the card network preference associated with the billing info for dual badged cards. Must be a supported card network.
+ define_attribute :card_network_preference, String
+
# @!attribute card_type
# @return [String]
define_attribute :card_type, String
# @!attribute company