 |
ProcessOutstandingPaymentsUpdateAccountingMonthToMatchReceipt Property |
Used to update the Accounting Month for the payment to match the Accounting Month on the Receipt
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic bool UpdateAccountingMonthToMatchReceipt { get; set; }
Public Property UpdateAccountingMonthToMatchReceipt As Boolean
Get
Set
Dim instance As ProcessOutstandingPayments
Dim value As Boolean
value = instance.UpdateAccountingMonthToMatchReceipt
instance.UpdateAccountingMonthToMatchReceipt = value
Property Value
Type:
Boolean
UpdateAccountingMonthToMatchReceipt As Boolean.
Remarks Note |
---|
- Name - UpdateAccountingMonthToMatchReceipt
|
See Also