YMKSearchShowtime

Важно

This feature is available in the Full MapKit SDK version

@interface YMKSearchShowtime : NSObject

Session details.

Summary

Class methods

+ (nonnull YMKSearchShowtime *)showtimeWithStartTime:(nonnull YMKTime *)startTime
                                               price:(nullable YMKTaxiMoney *)price
                                            ticketId:(nullable NSString *)ticketId;

Properties

@property (nonatomic, readonly, nonnull) YMKTime *startTime;
Session start time

@property (nonatomic, readonly, nullable) YMKTaxiMoney *price;
Ticket price

@property (nonatomic, readonly, nullable) NSString *ticketId;
Ticket id

Class methods

showtimeWithStartTime:price:ticketId:

+ (nonnull YMKSearchShowtime *)showtimeWithStartTime:(nonnull YMKTime *)startTime
                                               price:(nullable YMKTaxiMoney *)price
                                            ticketId:(nullable NSString *)ticketId;


Properties

startTime

@property (nonatomic, readonly, nonnull) YMKTime *startTime;

Session start time.


price

@property (nonatomic, readonly, nullable) YMKTaxiMoney *price;

Ticket price.

Optional field, can be nil.


ticketId

@property (nonatomic, readonly, nullable) NSString *ticketId;

Ticket id.

Optional field, can be nil.


Предыдущая