lib/recurly/requests/shipping_address_create.rb in recurly-4.42.0 vs lib/recurly/requests/shipping_address_create.rb in recurly-4.43.0
- old
+ new
@@ -24,9 +24,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 last_name
# @return [String]
define_attribute :last_name, String
# @!attribute nickname