Fee model not found in Cloud API docs

Hello!
I want to create new Order, but I could not find Fee model, it does’t existing in docs.
Please add description of Fee to docs.

Important fields in the Fee

public class Fee {

protected Long amount;
protected Long id;
protected String name;

}

I believe that’s been resolved.