PayPal.SOAP.MerchantAPICallPreHandler.InitCredential C# (CSharp) 메소드

InitCredential() 개인적인 메소드

Initializes the instance of ICredential
private InitCredential ( ) : void
리턴 void
        private void InitCredential()
        {
            try
            {
                if (credential == null)
                {
                    credential = GetCredentials();
                }
            }
            catch(System.Exception ex)
            {
                throw ex;
            }
        }