Uses of Class
app.cybrid.cybrid_api_bank.client.model.PatchCustomerBankModel
-
Packages that use PatchCustomerBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PatchCustomerBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type PatchCustomerBankModel Modifier and Type Method Description reactor.core.publisher.Mono<CustomerBankModel>CustomersBankApi. updateCustomer(String customerGuid, PatchCustomerBankModel patchCustomerBankModel)Patch Customer Update a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. updateCustomerWithHttpInfo(String customerGuid, PatchCustomerBankModel patchCustomerBankModel) -
Uses of PatchCustomerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PatchCustomerBankModel Modifier and Type Method Description PatchCustomerBankModelPatchCustomerBankModel. state(PatchCustomerBankModel.StateEnum state)
-