14k rose gold, GIA certified, 162.70 carats kunzite and diamond pendant with chain Jewelry, Gems & Watches Jewelry necklaces and pendants Fine necklaces | online auctions (2023)

'; } else { snackbarContainer.classList.remove('reactified') } } function addBannerToWebsite() { var messageContainer = document.querySelector('#registrationNotice'); if (messageContainer === null || messageContainer === undefiniert) { jQuery('#registrationNotice').innerHtml = mgBannerHTML + hiddenHTML; } Else {jQuery('#registrationNotice').removeClass('notificationBar').removeClass('reactified'); } } function removeBannerFromWebsite() { var bannerContainer = document.querySelector('#registrationNotice'); if (bannerContainer !== null || bannerContainer !== undefiniert) { jQuery('#registrationNotice').hide(); } } function handleCloseSuccessMessage(){ Object.assign(snackbarMessageBootstrap, {open: false}); addSnackbarToWebsite(); renderReactComponents(); } function bidderApproved() { Object.assign(snackbarMessageBootstrap, {open: true, children: 'Registrierung erfolgreich', Variante: 'success'}); addSnackbarToWebsite(); removeBannerFromWebsite(); renderReactComponents(); } function bidderPending() { // TODO Füge eine Snackbar-Nachricht hinzu, wenn ein Wort vorhanden ist // Object.assign(snackbarMessageBootstrap, {open: true, children: 'Registration Pending', variation: 'warning'}); // addSnackbarToWebsite(); updateApprovalStatusMsg(true, null); // renderReactComponents(); } function bidderDeclined() { Object.assign(snackbarMessageBootstrap, {open: true, children: 'Anmeldung abgelehnt', Variante: 'error'}); addSnackbarToWebsite(); removeBannerFromWebsite(); renderReactComponents(); } function bidderError() { Object.assign(marketguardMessageBootstrap, {registrationStatus: 'ERROR'}); addBannerToWebsite(); renderReactComponents(); } // Benutzerdefinierte Nachricht für Javascript-Funktionen verfügbar machen var getCustomTier4Message = ""; var messageHTML = ''; var renderReact = '0' === '1'; var Registrierungsstatus = ''; var depositRequired = '' === 'Falsch'; var EinzahlungAmt = ''; var Auktions-ID = '236951'; var Einzahlungswahl = 0; var depositHTML = '

'; var mgBannerHTML = '

'; var legacyHTML = '

'; var hiddenHTML = '

' + '' + '' + '' + '' + '' + '' + '' + '' + '

'; cc = credit card modal; var marketguardMessageBootstrap = { RegistrationStatus: RegistrationStatus, clientProxyUrl: 'https://clientproxy.proxibid.com', BidderId: '', AuctionId: AuctionId }; var depositMessageBootstrap = { clientProxyUrl: 'https://clientproxy.proxibid.com', bidderId: '', AuctionId: AuctionId, coreToken: '15091885-4a39-4d33-bde7-81ca85ee7a67', variant: 'small', options: { Amount: depositAmt, Currency: htmlDecode('') ​​} }; if (renderReact) { if (depositRequired && (registrationStatus === '-1' || registrationStatus === '0')) { messageHTML += depositHTML; } else {messageHTML += mgBannerHTML; } } else { MessageHTML += LegacyHTML; } messageHTML += hiddenHTML; document.getElementById('registrationNotice').innerHTML += messageHTML; renderReactComponents(); function htmlDecode(value) { return $j('

').html(value).text(); } function showChangeCCDeposit () { DepositChoice = 1; registerBidder('236951'); } function registerBidder(auctionId) { openProgressModal(); getNeedsAGDecision(auctionId, function(needScore) { if (needScore === 'true') { jQuery.ajax({ timeout: 60000, url:'/asp/getAuctionGuardDecision.asp', data: { AuctionID: AuctionId, ssn: 0 , curp: 0 }, success: function(data) { var response = new RegExp(/.*String>(.*)).exec(data)[1]; handleAGResponse(response); }, error: function (XMLHttpRequest , textStatus, errorThrown) { sendBidderToFraudQueue(10, 'AuctionGuard call expired after 60 seconds', true, null, true); console.error(errorThrown); } }); } else if (needScore === 'rejected') { RegistrationStatus = '2'; handleCCResponse(registrationStatus); } else if (needScore === 'approved') { registrationStatus = '1'; handleCCResponse(registrationStatus); } else if (needScore === 'deregistered') { if (confirm('You must be logged in to place a bid')) { window.location.href = '/asp/LoginBidder.asp'; } } }); } function handleAGResponse(response) { if (response !== null) { switch (response) { case "APPROVED_WHITELIST_AUCTION_COMPANY": case "APPROVED_WHITELIST_PROXIBID": case "APPROVED": registrationStatus = '1'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; Case "DECLINED_BLACKLIST": Case "DECLINED_BLACK_FLAG": Case "BANNED_COUNTRY": Case "DECLINED": Case "PENDING_IP_NOT_TRUSTED": Case "PENDING_BAD_SCORE": Case "PENDING_FAILED_SSN_VERIY": Case "PENDING_FRAUD": Case "PENDING_CREDIT_CARD_CHECK_FAILED": RegistrationStatus = '2' ; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; Case "PENDING_FINANCIAL_QUESTIONNAIRE": Registration Status = '0'; jQuery('#progressModal').dialog('close'); handleNeedsFinancialQuestionnaire(); break; case "PENDING_BIDDER_COULD_NOT_GET_CC": jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); registration status = '0'; agCheckAlertMsg('You have exceeded the maximum number of attempts to add a credit card. Pleasecontact usfor further assistance.', function() { sendRegistrationEmail(0); if(showBidderStatusMessage){ updateApprovalStatusMsg(true); } callback (false); }); registration status = '0'; break; case "PENDING_EMAIL_VERIFICATION": // Don't let the bidder proceed until they verify their email. registration status = '0'; jQuery('#progressModal').dialog('close'); displayEmailNotVerified(); break; case "PENDING_NEED_SCORE": case "PENDING_WAITING_FOR_SCORE": registration status = '0'; jQuery('#progressModal').dialog('close'); handleNeedsScore(); break; case "PENDING_NO_CC_ON_FILE": registration status = '0'; jQuery('#progressModal').dialog('close'); handleNeedsCreditCard(); break; case "PENDING_NEED_SSN": registration status = '0'; jQuery('#progressModal').dialog('close'); handleNeedsSSN(); break; case "PENDING_NEED_CURP": jQuery('#progressModal').dialog('close'); handleNeedsCURP(); break; case "PENDING_IP_NOT_IN_AUCTION_COUNTRY": //This is an international bidder, he must call either the auction company or proxibid to be whitelisted or proxibid to be whitelisted. CANNOT BID YET Case "PENDING_NEED_MANUAL_APPROVAL": //Requires manual approval from auctioneer. Bid case "PENDING_CALL_PROXIBID" cannot be allowed: case "PENDING_CREDIT_CARD_VENDOR_DOWN": registrationStatus = '0'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; Case "PROCESSING": RegistrationStatus = 'ERROR'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; case "PENDING_NEED_DEPOSIT": case "PENDING_AUTO_DEPOSIT": var ccId = jQuery('#ConfirmCCID').val(); var ccToken = jQuery('#ConfirmCCToken').val(); if (ccId != '' && registrationStatus !== '2' && depositChoice !== 1) { openProgressModal(); cc.getDeposit(ccId, ccToken, function(responseCode) { switch(responseCode) { case (1): // Approved registerBidder('236951'); break; case (0): case (2): // Denied registration status = '2'; break; case(3): // pending registration status = '0'; break; default: registration status = 'ERROR'; break; } jQuery('#progressModal').dialog('close'); handleCCResponse( registrationStatus); }, null, {depositAmt: depositAmt}); } Else if (registrationStatus !== 2) { openProgressModal(); cc.launchSelectCCModal( function() { var status = cc.ccStatusCode; switch (status) { case (1): case (4): // CC approved getAuctionGuardScore(0, 0, function(approved) { if (approved) { RegistrationStatus = '1'; } else { RegistrationStatus = '2'; } handleCCResponse(registrationStatus); }, false, 'Continue', AuctionId); break; case (2): case (3): case (5): / / CC declined or maximum attempts reached if (cc.ccReasonCode === 2) { // Bidder's action canceled, just cancel break; } else { registrationStatus = '2'; break; } case (6): // CC pending registrationStatus = '0'; break; default: registrationStatus = 'ERROR'; break; } jQuery('#progressModal').dialog('close'); handleCCResponse(registrationStatus); }, { selectCardTitle: 'Select a credit card for Your deposit', addCardTitle: 'Add a credit card for your deposit', depositMode: true, depositAmt: depositAmt }, true); } break; Case "ERROR_GENERAL_EXCEPTION": sendBidderToFraudQueue( 11, "ERROR_GENERAL_EXCEPTION", false, null, true); Registration status = 'ERROR'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; case "PENDING_NEED_TELESIGN_VERIFICATION": handleNeedPhoneVerification(); registration status = '0'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; Default: sendBidderToFraudQueue( 11, "General AG Exception", false, null, true); Registration status = 'ERROR'; jQuery('#progressModal').dialog('close'); handleCCResponse(RegistrationStatus); break; } } else {registrationstatus = 'ERROR'; } } function handleCCResponse(registrationStatus) { sendRegistrationEmail(registrationStatus); if (registrationStatus === '0') { agAlertDialog( 'Your selected credit card needs to be verified before it can be used. Please update your credit card information to try again. Contact us for assistanceProxibid".', null, false, {height: 170}); } else if (registrationStatus === '-1') { // do nothing, the bidder must have canceled their deposit } else { Object.assign(marketguardMessageBootstrap, {registrationStatus: registrationStatus}); document.getElementById('registrationNotice').innerHTML = mgBannerHTML + hiddenHTML; renderReactComponents(); } } function submitDeposit(ccId, PaymentToken, amount) { cc.getDeposit(ccId, PaymentToken, function(responseCode) { switch(responseCode) { case 0: registrationStatus = '2'; handleCCResponse(registrationStatus); break; case 1: registrationStatus = '1'; handleCCResponse(registrationStatus); break; case 2: agAlertDialog('You have exceeded the maximum number of attempts to add a credit card pleasecontact usfor more help.'); registration status = '2'; handleCCResponse(RegistrationStatus); break; Case 3: registration status = '0'; handleCCResponse(RegistrationStatus); break; default: agAlertDialog('There was an error processing your credit card. Please try again.'); Registration Status = '-1'; handleCCResponse(RegistrationStatus); } }, null, {depositAmt: Amount}); } handleAgEvent(bidderApproved, bidderPending, bidderDeclined, bidderError); jQuery('html').bind('SUBMIT_DEPOSIT_CHANGE_CC', function() { showChangeCCDeposit(); }); jQuery('html').bind('sendRegistrationEmail', function(event) { sendRegistrationEmail(event.detail.registrationStatus) }); jQuery('html').bind('SUBMIT_DEPOSIT', function(event) { submitDeposit(event.details.ccId, event.details.token, event.details.amount); });

Item description:translate description
ESTATE: $16,500.00 to $19,000.00. An electronically checked 14k rose gold cast and assembled women's kunzite and diamond pendant/enhancer on a chain. Condition is new, good workmanship. The pendant/enhancer features a kunzite set in a tiered diamond bezel which is completed with a diamond-set snap clasp. The pendant/enhancer is carried on a 17 1/4 inch 14k rose gold chain with diamonds, terminating in a concealed safety clasp. Highly polished finish with Milgrain details. Identified with markings of "585". Contains: Natural Kunzite with a set of claws, octagonal step cut, dimensions 55.81 x 19.36 x 13.08 mm, exact weight 162.70 ct., Type I clarity is eye clean, bright, very slightly greyish, purplish-pink in colour, (GIA pPi 3/3), cut is good. Distortion-free light transmission, transparent. GIA gemological report attached. Loosely graded in GIA laboratory prior to setting, Report No. 1166000102. Round brilliant cut diamonds with three hundred and seventy four claw settings (depth estimated) approximately. Total weight of 374 stones = 11.93 ct. Rated in the setting. Clarity: SI-1 to I-1. Colour: G - J. Total weight of colored stones 162.70 ct. Total diamond weight 11.93 ct. Total weight of pendant/enhancer with chain 74.22 grams. AIG certificate.

The AutoCheck summary report cannot be retrieved. Please try again later.


Summary vehicle history report below provided by AutoCheck.

AutoCheck® vehicle history reports provide information on reported accidents, odometer rollback, lemon vehicles, brand titles and much more.

AutoCheck foundrecord(s) for it


Chassis number:

Style/Body:

Motor:


Get the full report to learn more:

Do you know your dream vehicle exactly? A report can be all you need.Single report $24.99

Are you researching more than one vehicle? Run as many reports as you like for 21 daysUnlimited reports for 21 days $44.99

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated: 04/12/2023

Views: 6049

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.