buyTicketURL property

String get buyTicketURL

Get buy ticket URL

Returns

  • Buy ticket URL

Implementation

String get buyTicketURL {
  final OperationResult resultString = objectMethod(
    pointerId,
    'PTBuyTicketInformation',
    'getBuyTicketURL',
  );

  return resultString['result'];
}