 |
VoucherPayToTheOrderOfMailingAddressContact Property |
Mailing address contact
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic string PayToTheOrderOfMailingAddressContact { get; set; }
Public Property PayToTheOrderOfMailingAddressContact As String
Get
Set
Dim instance As Voucher
Dim value As String
value = instance.PayToTheOrderOfMailingAddressContact
instance.PayToTheOrderOfMailingAddressContact = value
Property Value
Type:
String
PayToTheOrderOfMailingAddressContact As String.
Remarks Note |
---|
- Name - PayToTheOrderOfMailingAddressContact
- Length - 100
- Required On Insert - False
- Required On Update - False
|
See Also