buyTicketURL property
Get buy ticket URL
Returns
- Buy ticket URL
Implementation
String get buyTicketURL {
final OperationResult resultString = objectMethod(
pointerId,
'PTBuyTicketInformation',
'getBuyTicketURL',
);
return resultString['result'];
}