Constructor PayoutDefinition
PayoutDefinition()
Default constructor
Declaration
public PayoutDefinition()
PayoutDefinition(string, string, double)
Parametrized constructor
Declaration
public PayoutDefinition(string typeString, string subtype, double quantity)
Parameters
Type | Name | Description |
---|---|---|
string | typeString | The payout type, as a string. |
string | subtype | The payout subtype. |
double | quantity | The payout quantity. |
PayoutDefinition(string, string, double, string)
Parametrized constructor
Declaration
public PayoutDefinition(string typeString, string subtype, double quantity, string data)
Parameters
Type | Name | Description |
---|---|---|
string | typeString | The payout type, as a string. |
string | subtype | The payout subtype. |
double | quantity | The payout quantity. |
string | data | The payout data. |
PayoutDefinition(string, double)
Parametrized constructor
Declaration
public PayoutDefinition(string subtype, double quantity)
Parameters
PayoutDefinition(string, double, string)
Parametrized constructor
Declaration
public PayoutDefinition(string subtype, double quantity, string data)
Parameters
Type | Name | Description |
---|---|---|
string | subtype | The payout subtype. |
double | quantity | The payout quantity. |
string | data | The payout data. |
PayoutDefinition(PayoutType, string, double)
Parametrized constructor
Declaration
public PayoutDefinition(PayoutType type, string subtype, double quantity)
Parameters
Type | Name | Description |
---|---|---|
Payout |
type | The payout type. |
string | subtype | The payout subtype. |
double | quantity | The payout quantity. |
PayoutDefinition(PayoutType, string, double, string)
Parametrized constructor
Declaration
public PayoutDefinition(PayoutType type, string subtype, double quantity, string data)
Parameters
Type | Name | Description |
---|---|---|
Payout |
type | The payout type. |
string | subtype | The payout subtype. |
double | quantity | The payout quantity. |
string | data | The payout data. |