# CampaignApIs.PledgeRankModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pledgeId** | **String** |  | [optional] 
**crowdFundId** | **String** |  | [optional] 
**userId** | **String** | 用户ID | [optional] 
**nickName** | **String** | 用户昵称 | [optional] 
**profileImgUrl** | **String** | 用户照片 | [optional] 
**currency** | **Number** | 应援货币 | [optional] 
**pledgedUnit** | **Number** | 应援单位 | [optional] 
**pledgedAmount** | **Number** | 应援总数 | [optional] 
**paymentMethod** | **Number** | 付款方式 | [optional] 
**paymentStatus** | **String** | 付款状况 | [optional] 
**thirdPartyPayerId** | **String** | 付款账号 | [optional] 
**paymentDate** | **Date** | 付款时间 | [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`)




