Class Braintree::Customer
In: lib/braintree/customer.rb
Parent: Object

Methods

Included Modules

BaseModule

Attributes

addresses  [R] 
apple_pay_cards  [R] 
coinbase_accounts  [R] 
company  [R] 
created_at  [R] 
credit_cards  [R] 
custom_fields  [R] 
email  [R] 
fax  [R] 
first_name  [R] 
id  [R] 
last_name  [R] 
paypal_accounts  [R] 
phone  [R] 
updated_at  [R] 
website  [R] 

Public Class methods

Returns a ResourceCollection of transactions for the customer with the given customer_id.

Public Instance methods

Returns true if other is a Customer with the same id

Deprecated. Use Braintree::Customer.default_payment_method

Returns the customer‘s default credit card.

Returns the customer‘s default payment method.

Returns the customer‘s payment methods

Returns a ResourceCollection of transactions for the customer.

[Validate]