Class ByProjectKeyPaymentMethodsKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyPaymentMethodsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyPaymentMethodsKeyByKeyPost>, ErrorableTrait<ByProjectKeyPaymentMethodsKeyByKeyPost>, ExpandableTrait<ByProjectKeyPaymentMethodsKeyByKeyPost>, ClientRequestCommand<PaymentMethod>, CreateHttpRequestCommand, HttpRequestCommand<PaymentMethod>, RequestCommand<PaymentMethod>

Updates a PaymentMethod in the Project using one or more update actions.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.payment_method.PaymentMethod>> result = apiRoot
            .withProjectKey("{projectKey}")
            .paymentMethods()
            .withKey("{key}")
            .post(null)
            .execute()