Income
Income class
投资收益类。
public class Income : AbstractInvestmentTransaction
构造函数
姓名 | 描述 |
---|---|
Income() | 初始化一个新的实例Income 类. |
特性
姓名 | 描述 |
---|---|
Currency { get; set; } | 获取或设置Currency . |
IncomeType { get; set; } | 获取或设置投资收益的类型。 |
Investment401kSource { get; set; } | 获取或设置本次交易的资金来源。 |
InvestmentTransaction { get; set; } | 获取或设置InvestmentTransaction . |
OriginCurrency { get; set; } | 获取或设置原点Currency . |
SecurityId { get; set; } | 获取或设置SecurityId . |
SubAccountFund { get; set; } | 获取或设置交易的钱从哪里来或去哪里。 |
SubAccountSecurity { get; set; } | 获取或设置证券的子账户类型。 |
TaxExempt { get; set; } | 获取或设置是否为免税交易。 |
Total { get; set; } | 获取或设置交易总额。 |
Withholding { get; set; } | 获取或设置联邦预扣税。 |