Show / Hide Table of Contents

Class UpdateLockedPriceRequest

Update a locked price. This doesn't allow changing the products/units chosen.

Inheritance
System.Object
UpdateLockedPriceRequest
Implements
IReturn<UpdateLockedPriceResponse>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
[VersionedRoute(1, VersionedRouteHttpVerb.Post, "update-price")]
public class UpdateLockedPriceRequest : IReturn<UpdateLockedPriceResponse>

Properties

View Source

BookingDetails

Booking details

Declaration
public BookingDetails BookingDetails { get; set; }
Property Type: BookingDetails
View Source

PriceLockToken

The price lock token to update

Declaration
public string PriceLockToken { get; set; }
Property Type: System.String
View Source

ProductsToUpdate

A list of the products/fees to change

Declaration
public List<UpdateProductPrice> ProductsToUpdate { get; set; }
Property Type: System.Collections.Generic.List<UpdateProductPrice>
Remarks

Excluding a product from this list indicates the price hasn't changed

  • View Source
Back to top Copyright © 2017 EC English