selfPricing Field

The self pricing, type of Boolean 
This value is "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 1. When selfPricing is true and the method is "sent by the entity" and the entity is the issuer: The invoice represents the entity's expense. 
2. When selfPricing is true and the method is "sent by the entity" and the entity is the counterpart: The invoice represents the entity's income. 
3. When selfPricing is true and the method is "sent to the entity" and the entity is the issuer: The invoice represents the entity's income. 
4. When selfPricing is true and the method is "sent to the entity" and the entity is the counterpart: The invoice represents the entity's expense.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition