# CampaignApIs.OrganizerModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**crowdFundId** | **String** | 应援ID | 
**userId** | **String** | 用户ID | [optional] 
**nickName** | **String** | 用户昵称 | [optional] 
**profileImgUrl** | **String** | 用户照片 | [optional] 
**phoneNumber** | **String** | 手机号 | [optional] 
**isVerified** | **Boolean** | 已验证 | [optional] 
**currency** | **Number** | 货币 | [optional] 
**pledgedAmount** | **Number** | 金额 | [optional] 
**paymentMethod** | **Number** | 收款方式 | [optional] 
**thirdPartyPayeeId** | **String** | 收款账号 | [optional] 
**thirdPartyPayeeName** | **String** | 收款人姓名 | [optional] 
**thirdPartyTransactionId** | **String** | 收款单号 | [optional] 
**transactionTime** | **Date** |  | [optional] 
**operatedBy** | **String** | 管理员账号 | [optional] 


<a name="CurrencyEnum"></a>
## Enum: CurrencyEnum


* `0` (value: `0`)

* `1` (value: `1`)




<a name="PaymentMethodEnum"></a>
## Enum: PaymentMethodEnum


* `0` (value: `0`)

* `1` (value: `1`)




