Commission Field
Commission. Note if CommType (13) is percentage,
Commission of 5% should be represented as .05.
public const int Commission = 12
This language is not supported or no code example is available.
public:
const int Commission = 12;
This language is not supported or no code example is available.
public const Commission : int = 12
This language is not supported or no code example is available.
Field Value
int
In this article
Definition