bidMax property

CurrencyAmount? bidMax
final

bidMax Pay at most this amount for the slot. If the cost to win the bid is higher than this amount, the transaction fails. If omitted, pay as much as necessary to win the bid.

Implementation

final CurrencyAmount? bidMax;