IQuoteVersionERPPaymentTypeKey Property |
ERPPaymentTypeKey: Key in the ERP system that identifies payment type; OR a string that is the actual payment type
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPPaymentTypeKey { get; set; }
Property ERPPaymentTypeKey As String
Get
Set
Dim instance As IQuoteVersion
Dim value As String
value = instance.ERPPaymentTypeKey
instance.ERPPaymentTypeKey = value
property String^ ERPPaymentTypeKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also