Search Results for

    Show / Hide Table of Contents

    Class CapturePaymentShipping

    Inheritance
    object
    CapturePaymentShipping
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.