lib/recurly/resources/gateway_attributes.rb in recurly-4.40.0 vs lib/recurly/resources/gateway_attributes.rb in recurly-4.41.0
- old
+ new
@@ -5,10 +5,10 @@
module Recurly
module Resources
class GatewayAttributes < Resource
# @!attribute account_reference
- # @return [String] Used by Adyen gateways. The Shopper Reference value used when the external token was created.
+ # @return [String] Used by Adyen and Braintree gateways. For Adyen the Shopper Reference value used when the external token was created. For Braintree the PayPal PayerID is populated in the response.
define_attribute :account_reference, String
end
end
end