Exemplo n.º 1
0
        private async void PaymentSourceECL_TestPaymentSourceECL()
        {
            var paymentSourceEdit = await PaymentSourceECL.NewPaymentSourceECL();

            Assert.NotNull(paymentSourceEdit);
            Assert.IsType <PaymentSourceECL>(paymentSourceEdit);
        }