Afterpay Card Account Agreement
READ THIS ENTIRE AGREEMENT CLOSELY BEFORE SIGNING. IT CONTAINS IMPORTANT DISCLOSURES AND THE TERMS OF YOUR AFTERPAY CARD ACCOUNT AND INSTALLMENT AGREEMENTS ORIGINATED IN CONNECTION WITH YOUR ACCOUNT.
SECTION 9 REQUIRES MOST CLAIMS TO BE ARBITRATED AND FORBIDS MOST CLASS ACTIONS UNLESS YOU EXERCISE YOUR RIGHT TO REJECT ARBITRATION UNDER SECTION 9 BY MAIL OR EMAIL (WE MUST RECEIVE YOUR REJECTION WITHIN 30 DAYS AFTER YOUR LOAN AGREEMENT DATE).
This Afterpay Card Account Agreement (“Afterpay Card Agreement”) governs your use of an Afterpay Account number (“Account”) to request credit from us from time to time through a mobile wallet.
Use of the words “you” and “your” throughout this Account Agreement refer to the Account holder listed above, and the words “we,” “us,” and “our” refer to the Originator listed above or its assignees.
const calcCollapseContentHeight = (section) => { const content = section.querySelector(".question-content"); const contentHeight = content.getBoundingClientRect().height; section .querySelector(".question-des") .style.setProperty("--max-height", `${contentHeight + 10}px`); }; setTimeout(() => { const collapseElems = document.querySelectorAll(".question-item"); for (const collapse of collapseElems) { const observer = new ResizeObserver(() => calcCollapseContentHeight(collapse) ); observer.observe(collapse); } }, 500);