Uses of Class
ru.loolzaaa.youkassa.model.Deal
-
Packages that use Deal 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 Deal in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Deal Modifier and Type Method Description static void
Deal. createValidation(Deal deal)
-
Uses of Deal in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Deal Modifier and Type Method Description Deal
DealProcessor. create(Deal dealParams, java.lang.String idempotencyKey)
Creates newDeal
entity with certain parameters.Deal
DealProcessor. findById(java.lang.String dealId)
Receive information about someDeal
by its identifier.Methods in ru.loolzaaa.youkassa.processors that return types with arguments of type Deal Modifier and Type Method Description PaginatedResponse<Deal>
DealProcessor. findAll(DealList dealList)
Receive information about all deals with some filter conditions.Methods in ru.loolzaaa.youkassa.processors with parameters of type Deal Modifier and Type Method Description Deal
DealProcessor. create(Deal dealParams, java.lang.String idempotencyKey)
Creates newDeal
entity with certain parameters.
-