Class ByProjectKeyMePaymentsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyMePaymentsPostString,MyPayment>
com.commercetools.api.client.ByProjectKeyMePaymentsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyMePaymentsPostString>, ErrorableTrait<ByProjectKeyMePaymentsPostString>, ExpandableTrait<ByProjectKeyMePaymentsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<MyPayment>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<MyPayment>

Creating a Payment produces the PaymentCreated Message.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.me.MyPayment>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .payments()
            .post("")
            .execute()