Show / Hide Table of Contents
    • Yort.LatitudePay.InStore
      • ILatitudePayClient
      • ILatitudePaySignatureGenerator
      • ILatitudePaySystemClock
      • LatitiudePayShippingLine
      • LatitudePayAddress
      • LatitudePayApiException
      • LatitudePayAuthToken
      • LatitudePayAvailability
      • LatitudePayCancelPurchaseRequest
      • LatitudePayCancelPurchaseResponse
      • LatitudePayClient
      • LatitudePayClientConfiguration
      • LatitudePayConfigurationRequest
      • LatitudePayConfigurationResponse
      • LatitudePayConstants
      • LatitudePayCreatePosPurchaseRequest
      • LatitudePayCreatePosPurchaseResponse
      • LatitudePayCreateRefundRequest
      • LatitudePayCreateRefundResponse
      • LatitudePayCurrencies
      • LatitudePayCustomer
      • LatitudePayEnvironment
      • LatitudePayHMACSHA256SignatureGenerator
      • LatitudePayMoney
      • LatitudePayProduct
      • LatitudePayPurchaseStatusRequest
      • LatitudePayPurchaseStatusResponse
      • LatitudePayReturnUrls
      • LatitudePaySystemClock

    Class LatitiudePayShippingLine

    Represents a shipping charge as part of a LatitudePayCreatePosPurchaseRequest.

    Inheritance
    Object
    LatitiudePayShippingLine
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.LatitudePay.InStore
    Assembly: Yort.LatitudePay.InStore.dll
    Syntax
    public class LatitiudePayShippingLine

    Properties

    | Improve this Doc View Source

    Carrier

    Gets or sets the name of carrier providing shipping services.

    Declaration
    [JsonProperty("carrier")]
    public string Carrier { get; set; }
    Property Value
    Type Description
    String

    The carrier name.

    | Improve this Doc View Source

    Price

    Gets or sets the price charged to the customer for this shipping service on this payment plan.

    Declaration
    [JsonProperty("price")]
    public LatitudePayMoney Price { get; set; }
    Property Value
    Type Description
    LatitudePayMoney

    The shipping price.

    | Improve this Doc View Source

    TaxIncluded

    Gets or sets a value indicating whether tax is included in the Price property.

    Declaration
    [JsonProperty("taxIncluded")]
    public bool TaxIncluded { get; set; }
    Property Value
    Type Description
    Boolean

    true if Price is tax inclusive, else false.

    See Also

    LatitudePayCreatePosPurchaseRequest
    CreatePosPurchaseAsync(LatitudePayCreatePosPurchaseRequest)
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot