C# Класс Riskified.SDK.Model.OrderElements.TravelTicketLineItem

Наследование: LineItem
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
TravelTicketLineItem ( string title, double price, int quantityPurchased, string productId = null, string sku = null, string condition = null, bool requiresShipping = null, string category = null, string subCategory = null, string brand = null, Riskified.SDK.Model.OrderElements.Seller seller = null, DeliveredToType deliveredTo = null, System.DateTime deliveredAt = null, string legId = null, string departurePortCode = null, string departureCity = null, string departureCountryCode = null, string arrivalPortCode = null, string arrivalCity = null, string arrivalCountryCode = null, System.DateTime departureDate = null, System.DateTime arrivalDate = null, string carrierName = null, string carrierCode = null, int routeIndex = null, int legIndex = null, string ticketClass = null, TransportMethodType transportMethod = null ) : System
Validate ( Validations validationType = Validations.Weak ) : void

Описание методов

TravelTicketLineItem() публичный Метод

public TravelTicketLineItem ( string title, double price, int quantityPurchased, string productId = null, string sku = null, string condition = null, bool requiresShipping = null, string category = null, string subCategory = null, string brand = null, Riskified.SDK.Model.OrderElements.Seller seller = null, DeliveredToType deliveredTo = null, System.DateTime deliveredAt = null, string legId = null, string departurePortCode = null, string departureCity = null, string departureCountryCode = null, string arrivalPortCode = null, string arrivalCity = null, string arrivalCountryCode = null, System.DateTime departureDate = null, System.DateTime arrivalDate = null, string carrierName = null, string carrierCode = null, int routeIndex = null, int legIndex = null, string ticketClass = null, TransportMethodType transportMethod = null ) : System
title string
price double
quantityPurchased int
productId string
sku string
condition string
requiresShipping bool
category string
subCategory string
brand string
seller Riskified.SDK.Model.OrderElements.Seller
deliveredTo DeliveredToType
deliveredAt System.DateTime
legId string
departurePortCode string
departureCity string
departureCountryCode string
arrivalPortCode string
arrivalCity string
arrivalCountryCode string
departureDate System.DateTime
arrivalDate System.DateTime
carrierName string
carrierCode string
routeIndex int
legIndex int
ticketClass string
transportMethod TransportMethodType
Результат System

Validate() публичный Метод

public Validate ( Validations validationType = Validations.Weak ) : void
validationType Validations
Результат void