|
CimCustomerShippingAddresses Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the shipping addresses.
Namespace: SnapMD.VirtualCare.ApiModels.PaymentsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic IList<CimAddress> ShippingAddresses { get; set; }
Public Property ShippingAddresses As IList(Of CimAddress)
Get
Set
public:
property IList<CimAddress^>^ ShippingAddresses {
IList<CimAddress^>^ get ();
void set (IList<CimAddress^>^ value);
}
member ShippingAddresses : IList<CimAddress> with get, set
Property Value
Type:
IListCimAddress
The shipping addresses.
See Also