TransactionsReverseResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TransactionsReverseResponse element returns an operation result and an ArrayOfReplacementId instance that contains the reversed transactions.
public ref class TransactionsReverseResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class TransactionsReverseResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type TransactionsReverseResponse = class
inherit MessageResponse
Public Class TransactionsReverseResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
TransactionsReverseResponse() |
Initializes a new instance of the TransactionsReverseResponse class. |
Properties
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
TransactionsReversed |
Specifies the transactions reversed. |