Optional. Send Email to customer.
Default Set to false. (Same as EmailCustomer Property)
If no value is set, the value configured in the Authorize.Net admin panel will be used.
[Visual Basic] Public Property Boolean As [C#] public bool Boolean { get; set; } [C++] public: __property get_Boolean(); public: __property void set_Boolean(bool ); [JScript] public function get Boolean() : bool public function set Boolean(bool);
true if [send customer email]; otherwise, false.
AuthorizeNet Class | pbAuthorizeNet Namespace