Click or drag to resize

IReadOnlyPurchaseDocumentSmsComplexEntityMember Interface

PurchaseDoxcumentSmsComplexEntityMember

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyPurchaseDocumentSmsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyPurchaseDocumentSmsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyInvoiceToCorrectiveInvoiceStandardText
Gets the InvoiceToCorrectiveInvoiceStandardText member value
Public propertyOrderToInvoiceStandardText
Gets the OrderToInvoiceStandardText member value
Public propertyOrderToReceiptOrderStandardText
Gets the OrderToReceiptOrderStandardText member value
Public propertyQuoteToInvoiceStandardText
Gets the QuoteToInvoiceStandardText member value
Public propertyQuoteToOrderStandardText
Gets the QuoteToOrderStandardText member value
Public propertyQuoteToReceiptOrderStandardText
Gets the QuoteToReceiptOrderStandardText member value
Public propertyReceiptOrderToInvoiceStandardText
Gets the ReceiptOrderToInvoiceStandardText member value
Public propertySendSmsOnInvoiceToCorrectiveInvoice
Gets the SendSmsOnInvoiceToCorrectiveInvoice member value
Public propertySendSmsOnOrderToInvoice
Gets the SendSmsOnOrderToInvoice member value
Public propertySendSmsOnOrderToReceiptOrder
Gets the SendSmsOnOrderToReceiptOrder member value
Public propertySendSmsOnQuoteToInvoice
Gets the SendSmsOnQuoteToInvoice member value
Public propertySendSmsOnQuoteToOrder
Gets the SendSmsOnQuoteToOrder member value
Public propertySendSmsOnQuoteToReceiptOrder
Gets the SendSmsOnQuoteToReceiptOrder member value
Public propertySendSmsOnReceiptOrderToInvoice
Gets the SendSmsOnReceiptOrderToInvoice member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also