RateDetails

public RateDetails RateDetails(String ratePeriod, Boolean prePay, String rateCode, Boolean creditCardRequired, List<Discount> discounts, List<Mileage> mileages, Boolean mobileRate)

Parameters

ratePeriod

Rate period. Supported values: Daily,Weekly,Monthly,Trip,Weekend

prePay

Indicates whether this reservation should be paid at the time of booking (true) or at time of rental return (false).

rateCode

Rate plan identifier.

creditCardRequired

Indicates whether credit card is required for booking.

discounts

List of discount information.

mileages

A list of charges to be levied based on the mileage driven.

mobileRate

Indicates whether car offer is mobile rate.