Package com.bytedesk.core.invoice
Class InvoiceRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.invoice.InvoiceRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate Stringprivate static final longprivate Stringprivate StringFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
state
-
amount
private double amount -
type
-
description
-
-
Constructor Details
-
InvoiceRequest
public InvoiceRequest()
-