프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AccommodationLineItem ( 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 roomType = null, string city = null, string countryCode = null, System.DateTime checkInDate = null, System.DateTime checkOutTime = null, string rating = null, ushort numberOfGuests = null, string cancellationPolicy = null, string accommodationType = null ) : System | ||
Validate ( Validations validationType = Validations.Weak ) : void |
public AccommodationLineItem ( 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 roomType = null, string city = null, string countryCode = null, System.DateTime checkInDate = null, System.DateTime checkOutTime = null, string rating = null, ushort numberOfGuests = null, string cancellationPolicy = null, string accommodationType = 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 | |
roomType | string | |
city | string | |
countryCode | string | |
checkInDate | System.DateTime | |
checkOutTime | System.DateTime | |
rating | string | |
numberOfGuests | ushort | |
cancellationPolicy | string | |
accommodationType | string | |
리턴 | System |
public Validate ( Validations validationType = Validations.Weak ) : void | ||
validationType | Validations | |
리턴 | void |