WireSyncRequest
Contents
[
Hide
]WireSyncRequest class
Wire transaction synchronization request class.
public class WireSyncRequest : AbstractSyncRequest
Constructors
| Name | Description |
|---|---|
| WireSyncRequest() | Initializes a new instance of WireSyncRequest class. |
Properties
| Name | Description |
|---|---|
| BankAccountFrom { get; set; } | Gets or sets the from of BankAccount. |
| OfxExtension { get; set; } | Gets or sets the OfxExtensionType. |
| Refresh { get; set; } | Gets or sets whether request for refresh of current state. |
| RejectIfMisssing { get; set; } | If yes, do not process requests if client token is out of date. |
| Token { get; set; } | Gets or sets the token. |
| TokenOnly { get; set; } | Gets or sets whether request for just the current token without the history. |
| WireTransactionRequests { get; set; } | Gets or sets the collection of WireTransactionRequest. |
See Also
- class AbstractSyncRequest
- namespace Aspose.Finance.Ofx.WireTransfer
- assembly Aspose.Finance