Пример #1
0
            private static async Task <ApiResult <ApiCardPaymentResponse> > BecauseAsync()
            {
                ApiResult = await CardPaymentService.CreatePaymentAsync(CardPaymentRequest);

                return(await CardPaymentService.GetPaymentAsync(ApiResult.Value.Payment.ID.Value));
            }