| 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
)
public:
SimpleResponse^ CollectPayment(
String^ token,
String^ device,
String^ userId,
String^ tripId,
String^ amount,
String^ paymentType,
String^ timestamp,
String^ lat,
String^ lng
)
function CollectPayment(token, device, userId, tripId, amount, paymentType, timestamp, lat, 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