Class BillingViewModel
The BillingViewModel includes action such as getting the Api credit details and so on.
Inheritance
System.Object
BillingViewModel
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class BillingViewModel : object
Constructors
| Improve this Doc View SourceBillingViewModel(Nullable<Double>)
Initializes a new instance of the BillingViewModel class.
Declaration
public BillingViewModel(double? balanceCredits = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Double> | balanceCredits | Gets or sets the balance credits. |
Properties
| Improve this Doc View SourceBalanceCredits
Gets or sets the balance credits.
Declaration
public double? BalanceCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | Gets or sets the balance credits. |