# File lib/braintree/customer.rb, line 150
    def transactions(options = {})
      @gateway.customer.transactions(id, options)
    end