namespace TradeManageNew.APIClients.FedexAPI.Models.Ship
{
///
/// These are billing details.
///
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))")]
public partial class BillingDetails
{
///
/// Indicates a billing code.
///
[Newtonsoft.Json.JsonProperty("billingCode", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string BillingCode { get; set; }
///
/// These are duties and taxes billing type.
///
[Newtonsoft.Json.JsonProperty("billingType", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string BillingType { get; set; }
///
/// This is bill to alias identifier.
///
[Newtonsoft.Json.JsonProperty("aliasId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string AliasId { get; set; }
///
/// This is account nick name.
///
[Newtonsoft.Json.JsonProperty("accountNickname", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string AccountNickname { get; set; }
///
/// This is bill to account number.
///
[Newtonsoft.Json.JsonProperty("accountNumber", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string AccountNumber { get; set; }
///
/// This is the country code of the account number.<br>Example: CA
///
[Newtonsoft.Json.JsonProperty("accountNumberCountryCode", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public string AccountNumberCountryCode { 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; }
}
}
}