lib/recurly/resources/shipping_address.rb in recurly-4.42.0 vs lib/recurly/resources/shipping_address.rb in recurly-4.43.0
- old
+ new
@@ -32,9 +32,13 @@
# @!attribute first_name
# @return [String]
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 id
# @return [String] Shipping Address ID
define_attribute :id, String
# @!attribute last_name