Class OrderManagementAddShippingInfo
Inheritance
System.Object
OrderManagementAddShippingInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class OrderManagementAddShippingInfo
Properties
| Improve this Doc View SourceShippingInfo
New shipping info. Maximum: 500 items.
Declaration
[JsonProperty(PropertyName = "shipping_info")]
public ICollection<OrderManagementShippingInfo> ShippingInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<OrderManagementShippingInfo> |