| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The object ID of the merchant credit | |
| MerchantID | string | The id of the merchant registered in WalletInc's database | |
| CreatedAt | DateTime | The timestamp of when this resource was created | |
| UpdatedAt | DateTime | The timestamp of when this resource was updated | |
| IsActive | bool | Denotes if this resource is active | |
| MobileNumber | string | ||
| CreditAmount | int | The amount that needs to be credited to the member | |
| MemberID | string | MerchantCredit ID as represented by the merchant | [optional] |
| CreditAmountDecimal | string | The amount that needs to be credited to the member (fixed to 2 decimals) | |
| CreditAmountString | string | The amount that needs to be credited to the member (in string) |