22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
# Transaction
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Id** | **int32** | | [optional] [default to null]
|
|
**Person** | [***BaseballPerson**](BaseballPerson.md) | | [optional] [default to null]
|
|
**TypeId** | **string** | | [optional] [default to null]
|
|
**TypeCode** | **string** | | [optional] [default to null]
|
|
**FromTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
|
|
**ToTeam** | [***BaseballTeam**](BaseballTeam.md) | | [optional] [default to null]
|
|
**Date** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**EffectiveDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**ResolutionDate** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**Type_** | **string** | | [optional] [default to null]
|
|
**IsConditional** | **bool** | | [optional] [default to null]
|
|
**Description** | **string** | | [optional] [default to null]
|
|
**DescriptionMap** | **map[string]string** | | [optional] [default to null]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|