コード例 #1
0
        public void PaymentVoid()
        {
            // TODO uncomment below to test the method and replace null with proper value

            var authorization = authorizationApi.AuthorizationCreateToken();

            var id = "24693468";

            var voidResponse = instance.PaymentVoid(id);

            Assert.IsInstanceOf <Model.Void>(voidResponse, "response is Void");
        }