Uses of Class
ru.loolzaaa.youkassa.model.Receipt
-
Packages that use Receipt Package Description ru.loolzaaa.youkassa.model In this package you will find entities of all the methods of the YooKassa API.ru.loolzaaa.youkassa.processors In this package you will find processors of all the methods of the YooKassa API. -
-
Uses of Receipt in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Receipt Modifier and Type Method Description static void
Receipt. createValidation(Receipt receipt)
-
Uses of Receipt in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Receipt Modifier and Type Method Description Receipt
ReceiptProcessor. create(Receipt receiptParams, java.lang.String idempotencyKey)
Creates newReceipt
entity with certain parameters.Receipt
ReceiptProcessor. findById(java.lang.String receiptId)
Receive information about someReceipt
by its identifier.Methods in ru.loolzaaa.youkassa.processors that return types with arguments of type Receipt Modifier and Type Method Description PaginatedResponse<Receipt>
ReceiptProcessor. findAll(ReceiptList receiptList)
Receive information about all receipts with some filter conditions.Methods in ru.loolzaaa.youkassa.processors with parameters of type Receipt Modifier and Type Method Description Receipt
ReceiptProcessor. create(Receipt receiptParams, java.lang.String idempotencyKey)
Creates newReceipt
entity with certain parameters.
-