Class: Uber::Partner::Payment

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/partner/payment.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def amount
  @amount
end

#breakdownObject

Returns the value of attribute breakdown.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def breakdown
  @breakdown
end

#cash_collectedObject

Returns the value of attribute cash_collected.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def cash_collected
  @cash_collected
end

#categoryObject

Returns the value of attribute category.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def category
  @category
end

#currency_codeObject

Returns the value of attribute currency_code.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def currency_code
  @currency_code
end

#driver_idObject

Returns the value of attribute driver_id.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def driver_id
  @driver_id
end

#event_timeObject

Returns the value of attribute event_time.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def event_time
  @event_time
end

#partner_idObject

Returns the value of attribute partner_id.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def partner_id
  @partner_id
end

#rider_feesObject

Returns the value of attribute rider_fees.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def rider_fees
  @rider_fees
end

#trip_idObject

Returns the value of attribute trip_id.



13
14
15
# File 'lib/uber/models/partner/payment.rb', line 13

def trip_id
  @trip_id
end