namespace TradeManageNew.APIClients.FedexApi.Models.Ship
{
///
/// These are completed ETD details when ELECTRONIC_TRADE_DOCUMENTS Special service type is requested
///
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class CompletedEtdDetail
{
///
/// Returns the folder id where the documents is uploaded <br> Example: "0b0493e580dc1a1b"
///
[Newtonsoft.Json.JsonProperty("folderId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string FolderId { get; set; }
///
/// Returns the type of the document that is being uploaded <br> Example: "COMMERCIAL_INVOICE"
///
[Newtonsoft.Json.JsonProperty("type", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string Type { get; set; }
///
/// Specify the document upload reference details.
///
[Newtonsoft.Json.JsonProperty("uploadDocumentReferenceDetails", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.ICollection UploadDocumentReferenceDetails { get; set; }
private System.Collections.Generic.IDictionary _additionalProperties;
[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.IDictionary AdditionalProperties
{
get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); }
set { _additionalProperties = value; }
}
}
}