Class CapturePaymentShipping
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CapturePaymentShipping
Properties
Address
Object containing address information
Declaration
public AddressPersonal Address { get; set; }
Property Value
| Type | Description |
|---|---|
| AddressPersonal |
EmailAddress
Email address linked to the shipping
Declaration
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShippedFromZip
The zip/postal code of the location from which the goods were shipped.
Declaration
public string ShippedFromZip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrackingNumber
Shipment tracking number
Declaration
public string TrackingNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |