lib/recurly/resources/invoice_address.rb in recurly-4.42.0 vs lib/recurly/resources/invoice_address.rb in recurly-4.43.0

- old
+ new

@@ -20,9 +20,13 @@ # @!attribute first_name # @return [String] First name define_attribute :first_name, String + # @!attribute geo_code + # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration + define_attribute :geo_code, String + # @!attribute last_name # @return [String] Last name define_attribute :last_name, String # @!attribute name_on_account