class Braintree::Transaction::VenmoAccountDetails
Attributes
image_url[R]
source_description[R]
token[R]
username[R]
venmo_user_id[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/transaction/venmo_account_details.rb, line 12 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end