lib/recurly/resources/address.rb in recurly-4.4.0 vs lib/recurly/resources/address.rb in recurly-4.5.0

- old
+ new

@@ -9,10 +9,10 @@ # @!attribute city # @return [String] City define_attribute :city, String # @!attribute country - # @return [String] Country, 2-letter ISO code. + # @return [String] Country, 2-letter ISO 3166-1 alpha-2 code. define_attribute :country, String # @!attribute phone # @return [String] Phone number define_attribute :phone, String