 |
PaymentReceivingBranchCode Property |
Receiving Branch Code
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic string ReceivingBranchCode { get; set; }
Public Property ReceivingBranchCode As String
Get
Set
Dim instance As Payment
Dim value As String
value = instance.ReceivingBranchCode
instance.ReceivingBranchCode = value
Property Value
Type:
String
ReceivingBranchCode As String.
Remarks Note |
---|
- Name - ReceivingBranchCode
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also