Package com.hyperwallet.clientsdk.model
Class HyperwalletReceiptPaginationOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
- com.hyperwallet.clientsdk.model.HyperwalletReceiptPaginationOptions
-
public class HyperwalletReceiptPaginationOptions extends HyperwalletPaginationOptions
-
-
Constructor Summary
Constructors Constructor Description HyperwalletReceiptPaginationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletReceipt.TypegetType()voidsetType(HyperwalletReceipt.Type type)HyperwalletReceiptPaginationOptionstype(HyperwalletReceipt.Type type)-
Methods inherited from class com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
createdAfter, createdBefore, getCreatedAfter, getCreatedBefore, getLimit, getSortBy, limit, setCreatedAfter, setCreatedBefore, setLimit, setSortBy, sortBy
-
-
-
-
Method Detail
-
getType
public HyperwalletReceipt.Type getType()
-
setType
public void setType(HyperwalletReceipt.Type type)
-
type
public HyperwalletReceiptPaginationOptions type(HyperwalletReceipt.Type type)
-
-