EmailCustomer Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the email customer.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string EmailCustomer { get; set; }
Visual Basic
Public Property EmailCustomer As String
	Get
	Set
Visual C++
public:
virtual property String^ EmailCustomer {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The email customer.

Implements

IGatewayRequest..::..EmailCustomer

See Also