BulkSendJobTotalForPrint Property |
Gets or sets the total for print.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public int TotalForPrint { get; set; }
Public Property TotalForPrint As Integer
Get
Set
public:
property int TotalForPrint {
int get ();
void set (int value);
}
member TotalForPrint : int with get, set
Property Value
Type:
Int32The total for print.
See Also