Braintree.VenmoAccount (Braintree v0.16.0)
VenmoAccount structs are not created directly, but are built within
responses from other endpoints, such as Braintree.Customer
.
Summary
Types
@type t() :: %Braintree.VenmoAccount{ created_at: String.t(), customer_global_id: String.t(), customer_id: String.t(), default: String.t(), global_id: String.t(), image_url: String.t(), source_description: String.t(), token: String.t(), updated_at: String.t(), username: String.t(), venmo_user_id: String.t() }