Uses of Interface
ru.loolzaaa.youkassa.client.RequestBody
Packages that use RequestBody
Package
Description
This package contains classes for YouKassa API
server communication.
In this package you will find entities
of all the methods of the YooKassa API.
-
Uses of RequestBody in ru.loolzaaa.youkassa.client
Methods in ru.loolzaaa.youkassa.client with parameters of type RequestBodyModifier and TypeMethodDescription<T> TApiClient.sendRequest(String method, String path, Map<String, String> headers, RequestBody body, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) Invoke execute method and deserialize response for entities collection.<T> TApiClient.sendRequest(String method, String path, Map<String, String> headers, RequestBody body, Class<T> responseClass) Invoke execute method and deserialize response for single entity. -
Uses of RequestBody in ru.loolzaaa.youkassa.model
Classes in ru.loolzaaa.youkassa.model that implement RequestBodyModifier and TypeClassDescriptionclassThis class represents Deal object.classThis class represents Invoice object.classThis class represents Payment object.classThis class represents payment method object.classThis class represents Payout object.classThis class represents personal data object.classThis class represents Receipt object.classThis class represents Refund object.classThis class represents SBP participants object.classThis class represents self-employed object.classThis class represents Webhook object.