Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostQuoteBankModel
-
Packages that use PostQuoteBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostQuoteBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type PostQuoteBankModel Modifier and Type Method Description reactor.core.publisher.Mono<QuoteBankModel>QuotesBankApi. createQuote(PostQuoteBankModel postQuoteBankModel)Create Quote Creates a quote.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteBankModel>>QuotesBankApi. createQuoteWithHttpInfo(PostQuoteBankModel postQuoteBankModel) -
Uses of PostQuoteBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostQuoteBankModel Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. customerGuid(String customerGuid)PostQuoteBankModelPostQuoteBankModel. deliverAmount(BigInteger deliverAmount)PostQuoteBankModelPostQuoteBankModel. productType(PostQuoteBankModel.ProductTypeEnum productType)PostQuoteBankModelPostQuoteBankModel. receiveAmount(BigInteger receiveAmount)PostQuoteBankModelPostQuoteBankModel. side(PostQuoteBankModel.SideEnum side)PostQuoteBankModelPostQuoteBankModel. symbol(String symbol)
-