lib/recurly/requests/billing_info_create.rb in recurly-3.15.0 vs lib/recurly/requests/billing_info_create.rb in recurly-3.16.0

- old
+ new

@@ -84,9 +84,17 @@ # @!attribute sort_code # @return [String] Bank identifier code for UK based banks. Required for Bacs based billing infos. (Bacs only) define_attribute :sort_code, String + # @!attribute tax_identifier + # @return [String] Tax identifier is required if adding a billing info that is a consumer card in Brazil. This would be the customer's CPF, CPF is a Brazilian tax identifier for all tax paying residents. + define_attribute :tax_identifier, String + + # @!attribute tax_identifier_type + # @return [String] this field and a value of 'cpf' are required if adding a billing info that is an elo or hipercard type in Brazil. + define_attribute :tax_identifier_type, String + # @!attribute three_d_secure_action_result_token_id # @return [String] A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge. define_attribute :three_d_secure_action_result_token_id, String # @!attribute token_id