Interface CustomersClient

    • Method Detail

      • get

        java.util.concurrent.CompletableFuture<CustomerResponse> get​(java.lang.String customerId)
      • delete

        java.util.concurrent.CompletableFuture<EmptyResponse> delete​(java.lang.String customerId)