From T, pick a set of properties whose keys are in the union K
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | A 10 character alphanumeric unique value that represents each merchant credit record | |
| 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 |