Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.01 KB

PAYGMILESTONES.md

File metadata and controls

47 lines (31 loc) · 2.01 KB

PAYGMILESTONES

Properties

Name Type Description Notes
meta PAYASYOUGOTIMEBASEDAllOfMeta
title String The title of the contract.
client PAYASYOUGOTIMEBASEDAllOfClient
worker PAYASYOUGOTIMEBASEDAllOfWorker [optional]
jobTitle PAYASYOUGOTIMEBASEDAllOfJobTitle
seniority PAYASYOUGOTIMEBASEDAllOfSeniority [optional]
stateCode String The state or province code. Use country lookup endpoint to retrieve state codes. [optional]
externalId String External Id. [optional]
whoReports WhoReportsEnum Flag to indicate who is supposed to provide regular reports [optional]
countryCode String Country code. [optional]
noticePeriod BigDecimal Days before to notice the termination of contract for eather party. [optional]
scopeOfWork String Describe the work to be performed. [optional]
specialClause String Enter any special clause you may have. [optional]
terminationDate LocalDate Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31. [optional]
type TypeEnum Type of contract
startDate LocalDate Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31. [optional]
compensationDetails PAYGTASKSAllOfCompensationDetails

Enum: WhoReportsEnum

Name Value
BOTH "both"
CLIENT "client"
CONTRACTOR "contractor"

Enum: TypeEnum

Name Value
PAYG_MILESTONES "payg_milestones"