Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletReceipt.Type
-
Packages that use HyperwalletReceipt.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletReceipt.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletReceipt.Type Modifier and Type Method Description HyperwalletReceipt.TypeHyperwalletReceipt. getType()HyperwalletReceipt.TypeHyperwalletReceiptPaginationOptions. getType()static HyperwalletReceipt.TypeHyperwalletReceipt.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletReceipt.Type[]HyperwalletReceipt.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletReceipt.Type Modifier and Type Method Description voidHyperwalletReceipt. setType(HyperwalletReceipt.Type type)voidHyperwalletReceiptPaginationOptions. setType(HyperwalletReceipt.Type type)HyperwalletReceiptPaginationOptionsHyperwalletReceiptPaginationOptions. type(HyperwalletReceipt.Type type)
-