Class
Braintree::PayPalAccount
In:
lib/braintree/paypal_account.rb
Parent:
Object
Methods
_new
default?
delete
find
sale
sale!
update
Included Modules
BaseModule
Attributes
created_at
[R]
email
[R]
image_url
[R]
subscriptions
[R]
token
[R]
updated_at
[R]
Public Class methods
_new
(*args)
delete
(token)
find
(token)
sale
(token, transaction_attributes)
sale!
(token, transaction_attributes)
update
(token, attributes)
Public Instance methods
default?
()
Returns true if this paypal account is the customer‘s default payment method.
[Validate]