/AWS1/CL_PTCSTARTSVCPERPAYLOAD¶
Payload for start service period handshake requests.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_programmngmtaccountid00 TYPE /AWS1/PTCPROGRAMMNGMTACCOUNTID /AWS1/PTCPROGRAMMNGMTACCOUNTID¶
The identifier of the program management account.
iv_serviceperiodtype TYPE /AWS1/PTCSERVICEPERIODTYPE /AWS1/PTCSERVICEPERIODTYPE¶
The type of service period being started.
Optional arguments:¶
iv_note TYPE /AWS1/PTCNOTE /AWS1/PTCNOTE¶
A note providing additional information about the service period.
iv_minimumnoticedays TYPE /AWS1/PTCMINIMUMNOTICEDAYS /AWS1/PTCMINIMUMNOTICEDAYS¶
The minimum number of days notice required for changes.
iv_enddate TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME¶
The end date of the service period.
Queryable Attributes¶
programManagementAccountIdentifier¶
The identifier of the program management account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRAMMNGMTACCOUNTID00() |
Getter for PROGRAMMNGMTACCOUNTID, with configurable default |
ASK_PROGRAMMNGMTACCOUNTID00() |
Getter for PROGRAMMNGMTACCOUNTID w/ exceptions if field has |
HAS_PROGRAMMNGMTACCOUNTID00() |
Determine if PROGRAMMNGMTACCOUNTID has a value |
note¶
A note providing additional information about the service period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTE() |
Getter for NOTE, with configurable default |
ASK_NOTE() |
Getter for NOTE w/ exceptions if field has no value |
HAS_NOTE() |
Determine if NOTE has a value |
servicePeriodType¶
The type of service period being started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEPERIODTYPE() |
Getter for SERVICEPERIODTYPE, with configurable default |
ASK_SERVICEPERIODTYPE() |
Getter for SERVICEPERIODTYPE w/ exceptions if field has no v |
HAS_SERVICEPERIODTYPE() |
Determine if SERVICEPERIODTYPE has a value |
minimumNoticeDays¶
The minimum number of days notice required for changes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUMNOTICEDAYS() |
Getter for MINIMUMNOTICEDAYS, with configurable default |
ASK_MINIMUMNOTICEDAYS() |
Getter for MINIMUMNOTICEDAYS w/ exceptions if field has no v |
HAS_MINIMUMNOTICEDAYS() |
Determine if MINIMUMNOTICEDAYS has a value |
endDate¶
The end date of the service period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATE() |
Getter for ENDDATE, with configurable default |
ASK_ENDDATE() |
Getter for ENDDATE w/ exceptions if field has no value |
HAS_ENDDATE() |
Determine if ENDDATE has a value |