mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
---
|
|
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.
|