lib/recurly/requests/billing_info_create.rb in recurly-3.25.0 vs lib/recurly/requests/billing_info_create.rb in recurly-3.26.0

- old
+ new

@@ -28,9 +28,13 @@ # @!attribute company # @return [String] Company name define_attribute :company, String + # @!attribute currency + # @return [String] 3-letter ISO 4217 currency code. + define_attribute :currency, String + # @!attribute cvv # @return [String] *STRONGLY RECOMMENDED* define_attribute :cvv, String # @!attribute first_name