import Foundation
import WortiseSDK

extension WAReward {

    func toDictionary() -> [String: Any?] {
        return [
            "amount":  amount,
            "label":   label,
            "success": success
        ]
    }
}
