Record
porting-orders-comment
No description available.
record porting-orders-comment {
body: option<string>,
created-at: option<string>,
id: option<string>,
porting-order-id: option<string>,
record-type: option<string>,
user-type: option<porting-orders-comment-user-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| body | option<string> | |
| created-at | option<string> | |
| id | option<string> | |
| porting-order-id | option<string> | |
| record-type | option<string> | |
| user-type | option<porting-orders-comment-user-type-enum> |