Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.contract.models
/
ZyncParentContract
Zync
Parent
Contract
data
class
ZyncParentContract
(
val
contractUid
:
String
,
val
contractNumber
:
Int
,
val
name
:
String
,
val
isDeleted
:
Boolean
,
val
prefix
:
String
?
,
val
startDate
:
String
?
,
val
endDate
:
String
?
,
val
status
:
String
?
,
val
customFields
:
List
<
ZyncFormField
>
?
,
val
createdAt
:
String
?
,
val
updatedAt
:
String
?
)
Members
Constructors
Zync
Parent
Contract
Link copied to clipboard
constructor
(
contractUid
:
String
,
contractNumber
:
Int
,
name
:
String
,
isDeleted
:
Boolean
,
prefix
:
String
?
,
startDate
:
String
?
,
endDate
:
String
?
,
status
:
String
?
,
customFields
:
List
<
ZyncFormField
>
?
,
createdAt
:
String
?
,
updatedAt
:
String
?
)
Properties
contract
Number
Link copied to clipboard
val
contractNumber
:
Int
contract
Uid
Link copied to clipboard
val
contractUid
:
String
created
At
Link copied to clipboard
val
createdAt
:
String
?
custom
Fields
Link copied to clipboard
val
customFields
:
List
<
ZyncFormField
>
?
end
Date
Link copied to clipboard
val
endDate
:
String
?
is
Deleted
Link copied to clipboard
val
isDeleted
:
Boolean
name
Link copied to clipboard
val
name
:
String
prefix
Link copied to clipboard
val
prefix
:
String
?
start
Date
Link copied to clipboard
val
startDate
:
String
?
status
Link copied to clipboard
val
status
:
String
?
updated
At
Link copied to clipboard
val
updatedAt
:
String
?