# BillingPayerCredit

> Billing regularly introduces new features and UI changes to Clerk's components. If you'd like to remain on a specific version of Clerk's components or SDK, you can follow the steps in the [pinning](https://clerk.com/docs/pinning.md?sdk=expo) documentation.

Contains details about the payer's available credit and the amount applied to the transaction.

## Properties

| Property                                         | Type                                                                                      | Description                                                 |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| <a id="appliedamount"></a> `appliedAmount`       | [BillingMoneyAmount](https://clerk.com/docs/expo/reference/types/billing-money-amount.md) | The amount of payer credit applied to the transaction.      |
| <a id="remainingbalance"></a> `remainingBalance` | [BillingMoneyAmount](https://clerk.com/docs/expo/reference/types/billing-money-amount.md) | The payer's credit balance remaining after the transaction. |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
