lib/recurly/resources/billing_info.rb in recurly-4.2.0 vs lib/recurly/resources/billing_info.rb in recurly-4.3.0
- old
+ new
@@ -13,11 +13,11 @@
# @!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.
+ # @return [Boolean] The `backup_payment_method` field is used to indicate a billing info as a backup on the account that will be tried if the initial billing info used for an invoice is declined.
define_attribute :backup_payment_method, :Boolean
# @!attribute company
# @return [String]
define_attribute :company, String
@@ -49,10 +49,10 @@
# @!attribute payment_method
# @return [PaymentMethod]
define_attribute :payment_method, :PaymentMethod
# @!attribute primary_payment_method
- # @return [Boolean] The `primary_payment_method` indicator is used to designate the primary billing info on the account. The first billing info created on an account will always become primary. Adding additional billing infos provides the flexibility to mark another billing info as primary, or adding additional non-primary billing infos. This can be accomplished by passing the `primary_payment_method` indicator. When adding billing infos via the billing_info and /accounts endpoints, this value is not permitted, and will return an error if provided.
+ # @return [Boolean] The `primary_payment_method` field is used to indicate the primary billing info on the account. The first billing info created on an account will always become primary. This payment method will be used
define_attribute :primary_payment_method, :Boolean
# @!attribute updated_at
# @return [DateTime] When the billing information was last changed.
define_attribute :updated_at, DateTime