 |
AccountingBatchPaymentMethod Property |
Batch Payment Method
Created in Epic SDK V6.0.
Required
Lookup: BatchPaymentMethod Auto-Validated.
Namespace:
ASI.TAM.API.Data.UI.Account.Broker
Assembly:
ASI.TAM.API.Data.UI.Account.Broker (in ASI.TAM.API.Data.UI.Account.Broker.dll) Version: 2021.1.0.1
Syntaxpublic string BatchPaymentMethod { get; set; }
Public Property BatchPaymentMethod As String
Get
Set
Dim instance As Accounting
Dim value As String
value = instance.BatchPaymentMethod
instance.BatchPaymentMethod = value
Property Value
Type:
String
BatchPaymentMethod As String.
Remarks Note |
---|
- Name - BatchPaymentMethod
- Lookup - BrokerGeneralLedgerPayType
- Auto Validated - True
|
See Also