Package io.github.dft.mothership
Class QuoteAPI
- java.lang.Object
-
- io.github.dft.mothership.MotherShipSdk
-
- io.github.dft.mothership.QuoteAPI
-
public class QuoteAPI extends MotherShipSdk
-
-
Field Summary
-
Fields inherited from class io.github.dft.mothership.MotherShipSdk
accessCredential, client
-
-
Constructor Summary
Constructors Constructor Description QuoteAPI(AccessCredential accessCredential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuoteResponsecreateQuote(QuoteRequest quoteRequest)-
Methods inherited from class io.github.dft.mothership.MotherShipSdk
baseUrl, getRequestWrapped, post
-
-
-
-
Constructor Detail
-
QuoteAPI
public QuoteAPI(AccessCredential accessCredential)
-
-
Method Detail
-
createQuote
public QuoteResponse createQuote(QuoteRequest quoteRequest)
-
-