Class ShippingRiskAssessment
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Riskassessments.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class ShippingRiskAssessment
Properties
Address
Object containing address information
Declaration
public AddressPersonal Address { get; set; }
Property Value
Type | Description |
---|---|
AddressPersonal |
Comments
Comments included during shipping
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingNumber
Shipment tracking number
Declaration
public string TrackingNumber { get; set; }
Property Value
Type | Description |
---|---|
string |