--- id: payments title: PaymentsModel sidebar_label: PaymentsModel --- ## PaymentsModel The `PaymentsModel` class provides static methods for interacting with payment information. **Class Overview:** The `PaymentsModel` class offers methods for retrieving payment data. ### Static Methods * `fetchBalance()` Fetches the current balance. * Returns: A promise that resolves with the balance data received from the server.