Search Results for

    Show / Hide Table of Contents

    Class Shipping

    Inheritance
    object
    Shipping
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Shipping

    Properties

    Address

    Object containing address information

    Declaration
    public AddressPersonal Address { get; set; }
    Property Value
    Type Description
    AddressPersonal

    AddressIndicator

    Indicates shipping method chosen for the transaction. Possible values:

    • same-as-billing = the shipping address is the same as the billing address
    • another-verified-address-on-file-with-merchant = the address used for shipping is another verified address of the customer that is on file with you
    • different-than-billing = shipping address is different from the billing address
    • ship-to-store = goods are shipped to a store (shipping address = store address)
    • digital-goods = electronic delivery of digital goods
    • travel-and-event-tickets-not-shipped = travel and/or event tickets that are not shipped
    • other = other means of delivery
    Declaration
    public string AddressIndicator { get; set; }
    Property Value
    Type Description
    string

    Comments

    Comments included during shipping

    Declaration
    public string Comments { get; set; }
    Property Value
    Type Description
    string

    EmailAddress

    Email address linked to the shipping

    Declaration
    public string EmailAddress { get; set; }
    Property Value
    Type Description
    string

    FirstUsageDate

    Date (YYYYMMDD) when the shipping details for this transaction were first used.

    Declaration
    public string FirstUsageDate { get; set; }
    Property Value
    Type Description
    string

    IsFirstUsage

    Indicator if this shipping address is used for the first time to ship an order

    true = the shipping details are used for the first time with this transaction

    false = the shipping details have been used for other transactions in the past

    Declaration
    public bool? IsFirstUsage { get; set; }
    Property Value
    Type Description
    bool?

    TrackingNumber

    Shipment tracking number

    Declaration
    public string TrackingNumber { get; set; }
    Property Value
    Type Description
    string

    Type

    Indicates the merchandise delivery timeframe. Possible values:

    • electronic = For electronic delivery (services or digital goods)
    • same-day = For same day deliveries
    • overnight = For overnight deliveries
    • 2-day-or-more = For two day or more delivery time for payments that are processed by the GlobalCollect platform
    • 2-day-or-more = For two day or more delivery time for payments that are processed by the Ogone platform
    • priority = For prioritized deliveries for payments that are processed by the WL Online Payment Acceptance platform
    • ground = For deliveries via ground for payments that are processed by the WL Online Payment Acceptance platform
    • to-store = For deliveries to a store for payments that are processed by the WL Online Payment Acceptance platform
    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.