lib/recurly/resources/payment_method.rb in recurly-4.19.0 vs lib/recurly/resources/payment_method.rb in recurly-4.20.0
- old
+ new
@@ -63,8 +63,12 @@
define_attribute :routing_number, String
# @!attribute routing_number_bank
# @return [String] The bank name of this routing number.
define_attribute :routing_number_bank, String
+
+ # @!attribute username
+ # @return [String] Username of the associated payment method. Currently only associated with Venmo.
+ define_attribute :username, String
end
end
end