PdcPurchaseInvoiceHeader.ExpirationDate: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Expiration as Date == Description == Date when payment is due == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
ExpirationDate as Date | |||
== Description == | == Description == | ||
The date of payment is expired. Read/Write | |||
== Notes == | == Notes == | ||
Automatically after setting the terms of payment id, the expirationdate is calculated with the number of days. | |||
== Code example == | == Code example == |
Latest revision as of 11:58, 19 August 2015
Declaration
ExpirationDate as Date
Description
The date of payment is expired. Read/Write
Notes
Automatically after setting the terms of payment id, the expirationdate is calculated with the number of days.