# WalletTopupParams

## Example Usage

```typescript
import { WalletTopupParams } from "@flexprice/sdk/sdk/models";

let value: WalletTopupParams = {
  walletId: "<id>",
};
```

## Fields

| Field                 | Type                  | Required              | Description           |
| --------------------- | --------------------- | --------------------- | --------------------- |
| `walletId`            | *string*              | :heavy_check_mark:    | N/A                   |
| `walletTransactionId` | *string*              | :heavy_minus_sign:    | N/A                   |