Property | Type | Description |
---|
Method | Description | |
---|---|---|
EventTicketLineItem ( 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 eventName = null, string eventSectionName = null, System.DateTime eventDate = null, string eventCity = null, string eventCountry = null, string eventCountryCode = null, float latitude = null, float longitude = null ) : System | ||
Validate ( Validations validationType = Validations.Weak ) : void |
public EventTicketLineItem ( 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 eventName = null, string eventSectionName = null, System.DateTime eventDate = null, string eventCity = null, string eventCountry = null, string eventCountryCode = null, float latitude = null, float longitude = 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 | |
eventName | string | |
eventSectionName | string | |
eventDate | System.DateTime | |
eventCity | string | |
eventCountry | string | |
eventCountryCode | string | |
latitude | float | |
longitude | float | |
return | System |
public Validate ( Validations validationType = Validations.Weak ) : void | ||
validationType | Validations | |
return | void |