AccountSyncResponse
AccountSyncResponse class
服务激活同步响应类.
public class AccountSyncResponse : AbstractSyncResponse
构造函数
姓名 | 描述 |
---|---|
AccountSyncResponse() | 初始化一个新的实例AccountSyncResponse 类. |
特性
姓名 | 描述 |
---|---|
AccountTransactionResponses { get; set; } | 获取或设置的集合AccountTransactionResponse . |
LostSynchronization { get; set; } | 如果同步请求中的令牌比服务器历史表中最早的条目更旧,则为是。在这种情况下,一些响应已丢失。 如果同步请求中的令牌比服务器历史表中的令牌更新或匹配,则为否历史表. |
OfxExtension { get; set; } | 获取或设置OfxExtensionType . |
Token { get; set; } | 获取或设置新的同步令牌。 |