PwsPaymentVoucher
Overview
This structure represents the fields associated with a payment voucher. Payment Vouchers are the vehicle by which Projector reimburses resources or pays vendors.Â
Format
- PwsPaymentVoucher
- PaymentVoucherId: Int32
- PaymentVoucherNumber: String
- PaymentVoucherUid: Int64
- ApprovedToPayByUser: PwsUserSummary
- ApprovedToPayTimestamp: DateTime
- CashAdvanceAmount: Double
- PaidByUser: PwsUserSummary
- PaidTimestamp: DateTime
- PayeeVendor: PwsVendorSummary
- PaymentWorkflowStatus: String
- ReceivedByUser: PwsUserSummary
- ReceivedTimestamp: DateTime
- TransmittedByUser: PwsUserSummary
- TransmittedTimestamp: DateTime
- CanMarkReceivedFlag: Boolean
- ApPaymentInformation: String
- ApVoucherNumber: String
- DisbursedAmount: Double
- DisbursedCurrency: PwsCurrencyRef
- DisbursingCostCenterIdentity: PwsCostCenterRef
- ReconciliationCompleteFlag: Boolean
- ExpenseDocuments: PwsPaymentVoucherExpenseDocument []
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
PaymentVoucherId | Int32 | The payment voucher Id is a unique identifier for a payment voucher. For internal use only. | |
PaymentVoucherNumber | String | The payment voucher number. Payment voucher numbers can either be automatically generated or manually specified upon payment voucher creation, depending upon account configuration. | PVER00722 |
PaymentVoucherUid | Int64 | The payment voucher Uid is a unique and immutable identifier for a payment voucher. | 1152921504607609481 |
ApprovedToPayByUser | The user who set to the payment voucher to approved to pay. | ||
ApprovedToPayTimestamp | DateTime | The date and time the payment voucher was set to approved to pay. | 2018-03-20T15:20:51.503Z |
CashAdvanceAmount | Double | The cash advance amount allocated to the payment voucher. | 0 |
PaidByUser | The user who set to the payment voucher to paid. | ||
PaidTimestamp | DateTime | The date and time the payment voucher was set to paid. | 2018-03-20T15:20:55.103Z |
PayeeVendor | The payee vendor on the payment voucher. | ||
PaymentWorkflowStatus | String | The payment voucher's payment workflow status: 'N' for Not Approved to Pay 'F' for Approved to Pay 'T' for Transmitted 'P' for Paid 'C' for Payment Received | P |
ReceivedByUser | The user who set to the payment voucher to received. | ||
ReceivedTimestamp | DateTime | The date and time the payment voucher was set to received. | |
TransmittedByUser | The user who set to the payment voucher to transmitted. | ||
TransmittedTimestamp | DateTime | The date and time the payment voucher was set to transmitted. | 2018-03-20T15:20:55.103Z |
CanMarkReceivedFlag | Boolean | If set to 'true', the payment voucher can be marked as 'Received'. | true |
ApPaymentInformation | String | Information associated with the accounts payable payment information. | Pay to Jack |
ApVoucherNumber | String | The accounts payable voucher number. | P123 |
DisbursedAmount | Double | The total disbursed amount. | 5 |
DisbursedCurrency | The disbursed currency. This is the currency associated with the resource's location at the time the cost card was created. | ||
DisbursingCostCenterIdentity | The disbursing cost center identity. | ||
ReconciliationCompleteFlag | Boolean | If set to 'true', reconciliation is complete for this payment voucher. | false |
ExpenseDocuments | Some basic information about each of the expense documents associated with the payment voucher. An expense document is associated with a paymebnt voucher if the voucher contains at least one cost card that is part of the expense document. |