selfPricing Field

The self pricing, type of Boolean 
Set this value to "true" if the invoice issued by the issuer represents an expense for the issuer and a profit for the counterpart. 
Public selfPricing As Boolean
This language is not supported or no code example is available.
public bool selfPricing
This language is not supported or no code example is available.

Field Value

bool
Remarks
 
Practical Examples for sending invoices with selfPricing 1. When selfPricing is true and the entity is the issuer: The invoice represents the entity's expense. 
2. When selfPricing is true and the entity is the counterpart: The invoice represents the entity's income.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition