# DepositTransactionBalances

The balances changed within a transaction.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**availableCourtesy** | **number** | Courtesy pay balance available for the account at the time of the transaction | [optional] [default to undefined]
**availableOverdraft** | **number** | Overdraft balance available at the time of the transaction | [optional] [default to undefined]
**availableProtection** | **number** | Protection balance available at the time of the transaction | [optional] [default to undefined]
**totalAvailableOverdraft** | **number** | The total available overdraft amount at the time of the transaction | [optional] [default to undefined]
**totalBalance** | **number** | The running balance owed by deposit | [optional] [default to undefined]

## Example

```typescript
import { DepositTransactionBalances } from './api';

const instance: DepositTransactionBalances = {
    availableCourtesy,
    availableOverdraft,
    availableProtection,
    totalAvailableOverdraft,
    totalBalance,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
