OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / CustomerBase Class / SendInvoiceByFax Property



In This Topic
    SendInvoiceByFax Property
    In This Topic
    The eligibility of an Invoice being delivered to this Customer via fax.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Send Invoice By Fax")>
    Public Property SendInvoiceByFax As Boolean
    'Usage
     
    
    Dim instance As CustomerBase
    Dim value As Boolean
     
    instance.SendInvoiceByFax = value
     
    value = instance.SendInvoiceByFax
    [DataMember(false)]
    [DisplayName("Send Invoice By Fax")]
    public bool SendInvoiceByFax {get; set;}
    [DataMember(false)]
    [DisplayName("Send Invoice By Fax")]
    public:
    property bool SendInvoiceByFax {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also