/// <summary>
 /// Initializes a new instance of the <see cref="OrderExtensionsNotFoundResponse" /> class.
 /// </summary>
 /// <param name="orderClientExtensionsModifyRejectTransaction">orderClientExtensionsModifyRejectTransaction.</param>
 /// <param name="errorCode">The code of the error that has occurred. This field may not be returned for some errors..</param>
 /// <param name="errorMessage">The human-readable description of the error that has occurred..</param>
 /// <param name="lastTransactionID">The ID of the most recent Transaction created for the Account.</param>
 /// <param name="relatedTransactionIDs">The IDs of all Transactions that were created while satisfying the request..</param>
 public OrderExtensionsNotFoundResponse(OrderClientExtensionsModifyRejectTransaction orderClientExtensionsModifyRejectTransaction = default(OrderClientExtensionsModifyRejectTransaction), string errorCode = default(string), string errorMessage = default(string), int lastTransactionID = default(int), List <int> relatedTransactionIDs = default(List <int>))
 {
     this.OrderClientExtensionsModifyRejectTransaction = orderClientExtensionsModifyRejectTransaction;
     this.ErrorCode             = errorCode;
     this.ErrorMessage          = errorMessage;
     this.LastTransactionID     = lastTransactionID;
     this.RelatedTransactionIDs = relatedTransactionIDs;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse4043" /> class.
 /// </summary>
 /// <param name="OrderClientExtensionsModifyRejectTransaction">OrderClientExtensionsModifyRejectTransaction.</param>
 /// <param name="LastTransactionID">The ID of the most recent Transaction created for the Account. Only present if the Account exists..</param>
 /// <param name="RelatedTransactionIDs">The IDs of all Transactions that were created while satisfying the request. Only present if the Account exists..</param>
 /// <param name="ErrorCode">The code of the error that has occurred. This field may not be returned for some errors..</param>
 /// <param name="ErrorMessage">The human-readable description of the error that has occurred..</param>
 public InlineResponse4043(OrderClientExtensionsModifyRejectTransaction OrderClientExtensionsModifyRejectTransaction = default(OrderClientExtensionsModifyRejectTransaction), string LastTransactionID = default(string), List <string> RelatedTransactionIDs = default(List <string>), string ErrorCode = default(string), string ErrorMessage = default(string))
 {
     this.OrderClientExtensionsModifyRejectTransaction = OrderClientExtensionsModifyRejectTransaction;
     this.LastTransactionID     = LastTransactionID;
     this.RelatedTransactionIDs = RelatedTransactionIDs;
     this.ErrorCode             = ErrorCode;
     this.ErrorMessage          = ErrorMessage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="OrderExtensionsBadRequestResponseAllOf" /> class.
 /// </summary>
 /// <param name="orderClientExtensionsModifyRejectTransaction">orderClientExtensionsModifyRejectTransaction.</param>
 public OrderExtensionsBadRequestResponseAllOf(OrderClientExtensionsModifyRejectTransaction orderClientExtensionsModifyRejectTransaction = default(OrderClientExtensionsModifyRejectTransaction))
 {
     this.OrderClientExtensionsModifyRejectTransaction = orderClientExtensionsModifyRejectTransaction;
 }