Braintree.CustomerGateway.TransparentRedirectURLForUpdate C# (CSharp) Method

TransparentRedirectURLForUpdate() private method

private TransparentRedirectURLForUpdate ( ) : string
return string
        public virtual string TransparentRedirectURLForUpdate()
        {
            return service.BaseMerchantURL() + "/customers/all/update_via_transparent_redirect_request";
        }