the billing product id of the account type
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BillingProductId As Integer |
| C# |
|---|
| public int BillingProductId { get; set; } |
| C++ |
|---|
| public property int BillingProductId sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_BillingProductId(); /** property */ public void set_BillingProductId(int value); |
| JScript |
|---|
| public function get BillingProductId() : int public function set BillingProductId(value : int); |