Uses of Class
pro.mypvit.responses.AbstractResponse
Packages that use AbstractResponse
-
Uses of AbstractResponse in pro.mypvit.responses
Subclasses of AbstractResponse in pro.mypvit.responsesModifier and TypeClassDescriptionclassRepresents the response for a balance inquiry in the MyPVit SDK.classRepresents the response for a Know Your Customer (KYC) inquiry in the MyPVit SDK.classRepresents the response for a transaction status inquiry in the MyPVit SDK.classRepresents the response for a token generation request in the MyPVit SDK.classRepresents the response for a LINK transaction request in the MyPVit SDK.classRepresents the response for a REST transaction request in the MyPVit SDK.Methods in pro.mypvit.responses with type parameters of type AbstractResponseModifier and TypeMethodDescriptionstatic <T extends AbstractResponse>
TConverts a JSON string into an instance of a specified subclass ofAbstractResponse.