Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostCustomerBankModel
-
Packages that use PostCustomerBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostCustomerBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type PostCustomerBankModel Modifier and Type Method Description reactor.core.publisher.Mono<CustomerBankModel>CustomersBankApi. createCustomer(PostCustomerBankModel postCustomerBankModel)Create Customer Creates a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. createCustomerWithHttpInfo(PostCustomerBankModel postCustomerBankModel) -
Uses of PostCustomerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostCustomerBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. type(PostCustomerBankModel.TypeEnum type)
-