<?php
namespace ATWS\AutotaskObjects;

class InvoiceMarkup
{
    public $InvoiceId;
    public $Format;
}
