Class ConvertToContractRequest
- Namespace
- KadicErp.WebApi.Controllers.RentACar
- Assembly
- KadicErp.WebApi.dll
public record ConvertToContractRequest
- Inheritance
-
object
ConvertToContractRequest
Constructors
ConvertToContractRequest(string, string, string?, int, string?, int?, decimal?, decimal?, decimal?, decimal?, decimal, string?)
public ConvertToContractRequest(string PrimaryDriverName, string PrimaryDriverLicense, string? AdditionalDrivers, int PickupMileage, string? FuelLevelPickup, int? IncludedMileage, decimal? ExtraMileageRate, decimal? InsuranceDaily, decimal? ExtraDriverFee, decimal? DepositAmount, decimal TaxTotal, string? Notes)
Parameters
PrimaryDriverName string
PrimaryDriverLicense string
AdditionalDrivers string
PickupMileage int
FuelLevelPickup string
IncludedMileage int?
ExtraMileageRate decimal?
InsuranceDaily decimal?
ExtraDriverFee decimal?
DepositAmount decimal?
TaxTotal decimal
Notes string
Properties
AdditionalDrivers
public string? AdditionalDrivers { get; init; }
Property Value
- string
DepositAmount
public decimal? DepositAmount { get; init; }
Property Value
- decimal?
public decimal? ExtraDriverFee { get; init; }
Property Value
- decimal?
public decimal? ExtraMileageRate { get; init; }
Property Value
- decimal?
FuelLevelPickup
public string? FuelLevelPickup { get; init; }
Property Value
- string
IncludedMileage
public int? IncludedMileage { get; init; }
Property Value
- int?
InsuranceDaily
public decimal? InsuranceDaily { get; init; }
Property Value
- decimal?
Notes
public string? Notes { get; init; }
Property Value
- string
PickupMileage
public int PickupMileage { get; init; }
Property Value
- int
PrimaryDriverLicense
public string PrimaryDriverLicense { get; init; }
Property Value
- string
PrimaryDriverName
public string PrimaryDriverName { get; init; }
Property Value
- string
TaxTotal
public decimal TaxTotal { get; init; }
Property Value
- decimal