getWireTransferFee
Client export to read the current wire transfer fee
getWireTransferFee
Returns the wire transfer fee configured by the server.
Usage
local fee = exports["FS-Money"]:getWireTransferFee()
print(("Wire transfer fee: %s"):format(fee))Returns
- number: Current wire transfer fee.