Click or drag to resize
ParaPlan Logo

TripServiceCollectPayment Method

Stores a payment collected by a driver

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleResponse CollectPayment(
	string token,
	string device,
	string userId,
	string tripId,
	string amount,
	string paymentType,
	string timestamp,
	string lat,
	string lng
)

Parameters

token
Type: SystemString
device
Type: SystemString
Device name used when logging into API
userId
Type: SystemString
tripId
Type: SystemString
amount
Type: SystemString
paymentType
Type: SystemString
timestamp
Type: SystemString
lat
Type: SystemString
lng
Type: SystemString

Return Value

Type: SimpleResponse

[Missing <returns> documentation for "M:ParaPlanREST.TripService.CollectPayment(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also