Map<String, dynamic> get json => { "productId": productId, "orderId": orderId, "purchaseDate": purchaseDate, "storeType": storeType, "customerUserId": customerUserId, "attributes": attributes, };