lib/recurly/requests/invoice_address.rb in recurly-3.18.1 vs lib/recurly/requests/invoice_address.rb in recurly-3.19.0
- old
+ new
@@ -13,10 +13,10 @@
# @!attribute company
# @return [String] Company
define_attribute :company, 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 first_name
# @return [String] First name
define_attribute :first_name, String