The DocumentOrderConstructRequest type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BillingInformationId | (Required)
If of the Billing Information value.
| |
| CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
| DocumentOrderId | (Required)
A unique public identifier that can be used by all stakeholders to represent the order.
| |
| DocumentOrderItems |
A list of order items associated with this document order.
| |
| EducationAccountIdentifier |
(Optional) A reference to the Education Account that created the order.
| |
| EducationAccountOrganization |
(Optional) A reference to the organization that the Education Account is tied to.
| |
| IsDeleted | (Required)
Indicates whether the order has been deleted.
Document Order items are only deleted if they are not in the document order item list. Just setting IsDeleted = true will not deleted
the items
| |
| OrderPlacedUtcTime |
(Optional) The date and time that the creator of the order completed all of the items and sent the order for payment.
| |
| OrderReceivedMethod | (Required)
Indicates how the request was received.
| |
| OrderStatus | (Required)
Identifies the status of the order.
| |
| PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object. The value is ignored when new.
| |
| PaymentMethod |
(Optional) Identifies the method by which the order was paid.
| |
| PaymentTransactionId |
(Conditional) A reference identifier from the external payment system through which the payment was processed.
| |
| RequestorName |
(Optional) The name of the party that made the original request for the order.
|
See Also