lib/recurly/requests/billing_info_create.rb in recurly-4.42.0 vs lib/recurly/requests/billing_info_create.rb in recurly-4.43.0
- old
+ new
@@ -100,9 +100,13 @@
# @!attribute primary_payment_method
# @return [Boolean] The `primary_payment_method` field 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` with a value of `true`. When adding billing infos via the billing_info and /accounts endpoints, this value is not permitted, and will return an error if provided.
define_attribute :primary_payment_method, :Boolean
+ # @!attribute roku_billing_agreement_id
+ # @return [String] Roku's CIB if billing through Roku
+ define_attribute :roku_billing_agreement_id, String
+
# @!attribute routing_number
# @return [String] The bank's rounting number. (ACH only)
define_attribute :routing_number, String
# @!attribute sort_code