Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleCorrectionIssue Class > SaleCorrectionIssue Properties > Recipient Property 

Drukuj

.NET Framework Class Library

SaleCorrectionIssue.Recipient Property

Dane o odbiorcy.

W przypadku nie podania wartości, dane odbiorcy nie zostaną skorygowane.

Namespace: Sage.PL.WebAPI.Interface.Sales.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Recipient As SaleCorrectionIssueContractor
 Get
 Set

C#

public SaleCorrectionIssueContractor Recipient { getset; }

Visual C++

public:
property SaleCorrectionIssueContractorRecipient {
 SaleCorrectionIssueContractorget ();
 void set (SaleCorrectionIssueContractorvalue);
}

JavaScript

function get_recipient();
function set_recipient(value);

See Also

SaleCorrectionIssue Class

SaleCorrectionIssue Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace