# Card

Returns a card that can be associated to a deposit or loan  account. Cards consist only of card reference tokens and the card details are not stored in Mambu.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**referenceToken** | **string** | The card\&#39;s reference token. | [default to undefined]

## Example

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

const instance: Card = {
    referenceToken,
};
```

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