ItemType



Gets or Sets the Type property for the Item.



Syntax:

Procedure: ItemType: String;


API Call:

// PlanSwift and FreshDesk Code:


If Item.ItemType <> 'Property' then
  Item.ItemType := 'Property';
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon