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