Type alias RentalContractDataType
 
Rental
Contract
Data
Type
: {     acceptanceList
: string[];     acceptanceType
: AcceptanceAction;     creationBlock
: number;     creationBlockDate
: Date;     duration
: Rent.DurationType;     rentFee
: string | number;     rentFeeRounded
: number;     rentFeeType
: RentFeeAction;     rentee
: string | null;     renteeCancellationFee
: string | number | null;     renteeCancellationFeeRounded
: number | null;     renteeCancellationFeeType
: CancellationFeeAction;     renter
: string;     renterCanRevoke
: boolean;     renterCancellationFee
: string | number | null;     renterCancellationFeeRounded
: number | null;     renterCancellationFeeType
: CancellationFeeAction;     startBlock
: number | null;     startBlockDate
: Date | null; } 
Type declaration
- 
acceptanceList: string[]
 
- 
acceptanceType: AcceptanceAction
 
- 
creationBlock: number
 
- 
creationBlockDate: Date
 
- 
 
- 
rentFee: string | number
 
- 
rentFeeRounded: number
 
- 
rentFeeType: RentFeeAction
 
- 
rentee: string | null
 
- 
renteeCancellationFee: string | number | null
 
- 
renteeCancellationFeeRounded: number | null
 
- 
renteeCancellationFeeType: CancellationFeeAction
 
- 
renter: string
 
- 
renterCanRevoke: boolean
 
- 
renterCancellationFee: string | number | null
 
- 
renterCancellationFeeRounded: number | null
 
- 
renterCancellationFeeType: CancellationFeeAction
 
- 
startBlock: number | null
 
- 
startBlockDate: Date | null