setMaxSeatCount abstract method

Future<TUIActionCallback> setMaxSeatCount(
  1. int maxSeatCount
)

9.1 Set Maximum Number of Seats with a callback to notify the success or failure of the interface call

Implementation

Future<TUIActionCallback> setMaxSeatCount(int maxSeatCount);